Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Import Mozilla calender entries into iCal' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Import Mozilla calender entries into iCal
Authored by: n8gray on Mar 25, '04 08:44:51PM

My labmate's almost finished a patch to Mozilla to correct this problem. They're the only ones who put BEGIN/END VCALENDAR around every event. However, it is allowed by the spec for .ics files and iCal should probably be able to deal with it.



[ Reply to This | # ]
Import Mozilla calender entries into iCal
Authored by: tcashen on Apr 06, '04 12:11:26PM

I came to the same conclusion that the extra

END:CALENDAR
BEGIN:CALENDAR

tags put in by Mozilla Calendar/Sunbird are causing Apple iCal to ignore all events beyond the first. Apple should have implemented the standard better.

Have you got a patch working yet?

If not, I bet some grep magic would do the trick.



[ Reply to This | # ]