Hi,
I've tried to import a simple Csv file prepared as explained in your topic.
As I understand, the first row must contain the header:
"CATEGORIES","SUMMARY","LOCATION","DESCRIPTION","CONTACT","X-EXTRAINFO","DTSTART","DTEND","TIMEZONE","RRULE"
and than the lines with this data:
"Sport","Football Match","Football Stadium","This event is just for fun","Contact Name","Whatever extra-info","20100915T150000","20100915T191500","Europe/London","FREQ=DAILY;COUNT=10;INTERVAL=3"
I created some categories, one of which was Lifestyle
When I upload the file with the exact copy of the exaple data sting and with "Lifestyle" instead of "Sport" it says:
Importing events from ical file /tmp/php0TwTza
create temp CSV conversion file in /home/myfolder/public_html/tmp
failed to auto create category "Lifestyle"
and no calendar is created. What's wrong?
Thanks!
I've tried to import a simple Csv file prepared as explained in your topic.
As I understand, the first row must contain the header:
"CATEGORIES","SUMMARY","LOCATION","DESCRIPTION","CONTACT","X-EXTRAINFO","DTSTART","DTEND","TIMEZONE","RRULE"
and than the lines with this data:
"Sport","Football Match","Football Stadium","This event is just for fun","Contact Name","Whatever extra-info","20100915T150000","20100915T191500","Europe/London","FREQ=DAILY;COUNT=10;INTERVAL=3"
I created some categories, one of which was Lifestyle
When I upload the file with the exact copy of the exaple data sting and with "Lifestyle" instead of "Sport" it says:
Importing events from ical file /tmp/php0TwTza
create temp CSV conversion file in /home/myfolder/public_html/tmp
failed to auto create category "Lifestyle"
and no calendar is created. What's wrong?
Thanks!