I have a golf club site that's using CGCalendar 1.10.4 to display Golf Competitions.
The club will form a list of events for next year. I want them to do this in a CSV file that I will import later.
I've tested the sample CSV found in the CGCalendar root folder.
The test entries get entered but without Categories or Details.
The categories I'm using are:
Competitions
Competitions_Juniors
Competitions_Ladies
Competitions_Mens
Competitions_Seniors
Competitions_Singles
Competitions_Regional_Opens
Competitions_Opens
The Custom Fields work fine.
Also, I couldn't get anything to populate the 'Details' field.
My Test Import looks like this:
Code: Select all
Start time,end time,Title,summary,Description,category,Closing Date,Fees,Sponsor
2014-01-15,,Valentines Day,St Valentines Day,A description here,Competitions_Juniors,test1val,test 2 val,
2014-01-25,,April Fools,April Fools Day,A description here,Competitions_Ladies,test1vala,test 2 val,Spons 



