Multiple Events

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
METHOD:pUBLISH
BEGIN: VEVENT
Event Info + UID
END: VEVENT
BEGIN: VEVENT
Event Info + UID
END: VEVENT
END: VCALENDAR
 
P

pthawkes

Thanks for that Diane,
what about the removal of those events..Would I just file/import the .ics
file with the method:cancel and should the calendar events be removed?

Thanks PAul

Diane Poremsky said:
They need to use file, import to add it to an existing calendar.

--
Diane Poremsky [MVP - Outlook]



Outlook Tips by email:
[email protected]

EMO - a weekly newsletter about Outlook and Exchange:
[email protected]

You can access this newsgroup by visiting
http://www.microsoft.com/office/community/en-us/default.mspx or point your
newsreader to msnews.microsoft.com.


pthawkes said:
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
METHOD:pUBLISH
BEGIN: VEVENT
Event Info + UID
END: VEVENT
BEGIN: VEVENT
Event Info + UID
END: VEVENT
END: VCALENDAR
 
D

Diane Poremsky [MVP]

I'm not an expert on ics - I don't think it will work, but you'll need to
try it to be sure.

--
Diane Poremsky [MVP - Outlook]



Outlook Tips by email:
[email protected]

EMO - a weekly newsletter about Outlook and Exchange:
[email protected]

You can access this newsgroup by visiting
http://www.microsoft.com/office/community/en-us/default.mspx or point your
newsreader to msnews.microsoft.com.


pthawkes said:
Thanks for that Diane,
what about the removal of those events..Would I just file/import the .ics
file with the method:cancel and should the calendar events be removed?

Thanks PAul

Diane Poremsky said:
They need to use file, import to add it to an existing calendar.

--
Diane Poremsky [MVP - Outlook]



Outlook Tips by email:
[email protected]

EMO - a weekly newsletter about Outlook and Exchange:
[email protected]

You can access this newsgroup by visiting
http://www.microsoft.com/office/community/en-us/default.mspx or point
your
newsreader to msnews.microsoft.com.


pthawkes said:
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
METHOD:pUBLISH
BEGIN: VEVENT
Event Info + UID
END: VEVENT
BEGIN: VEVENT
Event Info + UID
END: VEVENT
END: VCALENDAR
 
Top