I would like to be able to add a calendar event from my site to our users outlook calendar but when I try to import the .ics file I get this:
"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."
If I open the .ics file in notepad I get this:
BEGIN:VCALENDAR
PRODID:-//dev.heartnet3//EN
CALSCALE:GREGORIAN
VERSION:2.0
METHOD:PUBLISH
BEGIN:VEVENT
DTSTART;TZID=US-Eastern:20090720T170000
DTEND;TZID=US-Eastern:20090720T230000
URL:/silverstripe/shcc-calendar/
SUMMARY;CHARSET=UTF-8:Happy Hour
END:VEVENT
END:VCALENDAR
First off this is not a recurring event, I'm not sure if that's just outlook being an awesome mail client or if there is something I am not seeing in the .ics file that flags it a recurring event.
Is there anything I can do to get this to work?