Control: Scheduler
Version: 2- 25-08
Outlook Version: 2003
I'm getting the following error:
"Microsoft Office Outlook cannot import vCalendar file. This error can appear if you have attempted to save a recurring Lunar appointment in iCalendar format. To avoid this error, set the appointment option to Gregorian instead of Lunar."
After some trial and error I can reproduce it easily. Here is an example of an iCal event that will work no problem:
BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//Telerik Inc.//NONSGML RadScheduler//EN
METHOD:PUBLISH
BEGIN:VEVENT
DTSTART:20080321T063000Z
DTEND:20080321T113000Z
UID:20080318T145738Z-2
DTSTAMP:20080318T145738Z
SUMMARY:ODSE Class 25 attendees
END:VEVENT
END:VCALENDAR
Here is one that will NOT work (and which the control made):
BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//Telerik Inc.//NONSGML RadScheduler//EN
METHOD:PUBLISH
BEGIN:VEVENT
DTSTART:20080321T063000Z
DTEND:20080321T113000Z
UID:20080318T145738Z-2
DTSTAMP:20080318T145738Z
SUMMARY:ODSE Class
25 attendees
END:VEVENT
END:VCALENDAR
Notice the extra line on the summary - that's what causes the problem. Any ideas on what can be done?
Thanks in advance,
Al
Version: 2- 25-08
Outlook Version: 2003
I'm getting the following error:
"Microsoft Office Outlook cannot import vCalendar file. This error can appear if you have attempted to save a recurring Lunar appointment in iCalendar format. To avoid this error, set the appointment option to Gregorian instead of Lunar."
After some trial and error I can reproduce it easily. Here is an example of an iCal event that will work no problem:
BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//Telerik Inc.//NONSGML RadScheduler//EN
METHOD:PUBLISH
BEGIN:VEVENT
DTSTART:20080321T063000Z
DTEND:20080321T113000Z
UID:20080318T145738Z-2
DTSTAMP:20080318T145738Z
SUMMARY:ODSE Class 25 attendees
END:VEVENT
END:VCALENDAR
Here is one that will NOT work (and which the control made):
BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//Telerik Inc.//NONSGML RadScheduler//EN
METHOD:PUBLISH
BEGIN:VEVENT
DTSTART:20080321T063000Z
DTEND:20080321T113000Z
UID:20080318T145738Z-2
DTSTAMP:20080318T145738Z
SUMMARY:ODSE Class
25 attendees
END:VEVENT
END:VCALENDAR
Notice the extra line on the summary - that's what causes the problem. Any ideas on what can be done?
Thanks in advance,
Al