Hello, I'm trying to import ics files, and I'm attempting a little experiment. I issued the following command to export a calendar from zimbra:
Code:
curl http://zimbraold.saintmarys.edu/zimbra/user/hideg/calendar > test.ics
Then I try to re-import the calendar with this command:
Code:
curl -u hideg:<passwd> --data-binary ./test.ics http://zimbraold.saintmarys.edu/zimbra/user/hideg/calendar?fmt=ics
as shown on the Wiki's User Migration page.
When I do this, I get the following exception:
javax.servlet.ServletException: parse error: Caught ParseException parsing calendar: net.fortuna.ical4j.data.ParserException: Expected [BEGIN], read [./test.ics] at line 1
./test.ics
It seems as though zimbra can't even import its own exported calendars.
Has anybody encountered this error? Any ideas how to avoid this problem?
Is this a known bug? etc.
Thanks.
--Steve Hideg
Saint Mary's College, Notre Dame, IN