My web app generates ics files. These can be read successfully by Google Calender, but not iCal, which shows the error “iCal can’t read this calendar file. No events have been added to your iCal calendar.”.
Why doesn’t my ics file load in iCal?
Here is the file contents:
BEGIN:VCALENDAR
VERSION:1.0
PRODID:-//Third Workplace//EN
BEGIN:VEVENT
SUMMARY:Meeting at Third Workplace in Office #4
DTSTART;TZID=UTC;VALUE=DATE-TIME:20120820T160000Z
DTEND;TZID=UTC;VALUE=DATE-TIME:20120820T170000Z
DTSTAMP;VALUE=DATE-TIME:20120820T084134
UID:65---eede0aac722e48979bd2237814da9e3d@thirdworkplace.com
LOCATION:Office #4 at Third Workplace Contra Costa Centre
ORGANIZER:MAILTO:ram@rachum.com
END:VEVENT
END:VCALENDAR
Here is the original, binary version.
Change that version to 2.0, and watch the magic happen 🙂
TG