P
pthawkes
I am creating a multiple event .ICS file that I send via email. When a user
clicks on the file in the email, it load the events into a separate calendar.
I would like these events placed into the default (users) calendar,rather
than its own calendar is this possible?
My .ICS file looks something like the following (see below)...I have
attempted to remove the mutiple event calender items from the user's outlook
calendar by changing the METHOD from PUBLISH to CANCEL...should this remove
the calendar items from the users calendar/s.
Many thanks in advance for your help
Regards
Paul
BEGIN: VCALENDAR
METHODUBLISH
BEGIN: VEVENT
Event Info + UID
END: VEVENT
BEGIN: VEVENT
Event Info + UID
END: VEVENT
END: VCALENDAR
clicks on the file in the email, it load the events into a separate calendar.
I would like these events placed into the default (users) calendar,rather
than its own calendar is this possible?
My .ICS file looks something like the following (see below)...I have
attempted to remove the mutiple event calender items from the user's outlook
calendar by changing the METHOD from PUBLISH to CANCEL...should this remove
the calendar items from the users calendar/s.
Many thanks in advance for your help
Regards
Paul
BEGIN: VCALENDAR
METHODUBLISH
BEGIN: VEVENT
Event Info + UID
END: VEVENT
BEGIN: VEVENT
Event Info + UID
END: VEVENT
END: VCALENDAR