Send Outlook Calendar Event from Servlet
I am attempting to fire off calendar events to Outlook users as part of a workflow engine. I am havnig some issues where the calendar event is attached (with the little calendar icon) but when the user attempts to open it the following error is revealed:
Cannotimport vCalendar file
This error can appearif you have attempted to save a recurring Lunar appointment in iCalendar format.
To avoidthis error, set the appointment option to Gregorian instead of Lunar.
I am sending a the email with the calendar event as an attachment. Example contents looks like this:
BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//linxas/workflow//NONSGML v1.0//EN
UID: 149285903195@linxas.com
DTSTAMP:20070620T000000Z
METHOD:PUBLISH
CALSCALE:GREGORIAN
BEGIN:VEVENT
DTSTART:20071225T000000Z
DTEND:20071225T000000Z
PRIORITY:1
SUMMARY:Christmas
END:VEVENT
END:VCALENDAR
Does anyone have any success performing a similar function that can point me in the right direction?
Message was edited by:
linxpda_tcole

