ICal will not accept my ics file

My web application creates ics files. They can be successfully read by Google Calender, but not by iCal, where the error "iCal can not read this calendar file is displayed. No events have been added to the iCal calendar."

Why doesn't iics download in iCal?

Here is the contents of the file:

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.

+5
source share
2 answers

Change this version to 2.0 and see how the magic happens :-)

TG

+4
source

I had a lot of difficulties with this:

, Google iCal, . Google, URL-: " " ( ) " URL-".

:

, .

: content-disposition: attachment; = Schedule.ics;

, , , Google http://icalvalid.cloudapp.net/.

0

All Articles