Specifying multiple attendees in an .ics file to be opened by Outl

B

black-sharpie

Using an .ics file with the contents below, I'd like to create a calendar
event/appointment with multiple attendees.

When I open the file in Outlook, the organizer is listed as an attendee but
not the other.

What do I need to do??

Thanks.



BEGIN:VCALENDAR
PRODID:-//Microsoft Corporation//Outlook 11.0 MIMEDIR//EN
VERSION:2.0
METHOD:pUBLISH
BEGIN:VEVENT
ATTENDEE;CN="Smith,
John";ROLE=REQ-PARTICIPANT;RSVP=TRUE:MAILTO:[email protected]
ATTENDEE;CN="Doe, John";ROLE=REQ-PARTICIPANT;RSVP=TRUE:MAILTO:[email protected]
ORGANIZER:MAILTO:[email protected]
DTSTART:20090721T120000Z
DTEND:20090721T123000Z
LOCATION:test
TRANSP:OPAQUE
SEQUENCE:
UID:040000008200E00074C5B7101A82E00800000000E03B305E3009CA010000000000000000100
00000A17746BD04614D43870DDD7B422876C12
DTSTAMP:20090720T155107Z
SUMMARY:test
PRIORITY:5
X-MICROSOFT-CDO-IMPORTANCE:1
CLASS:pUBLIC
BEGIN:VALARM
TRIGGER:pT15M
ACTION:DISPLAY
DESCRIPTION:Reminder
END:VALARM
END:VEVENT
END:VCALENDAR
 
M

mtnrunner2

Try taking the ORGANIZER line out, in which case the organizer should
default to the person opening the ics file, and they will become the
organizer once they send the request out. I don't know how to get rid
of the "Send update" text on the button. Outlook thinks it's a reply
to an existing request, rather than a new one.

The best way I've found to troubleshoot ics issues is to just try
taking fields out and see what happens. I have not found a reference
on what the exact effect on each field in Outlook is, if there is such
a thing.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top