Auto Accept Calendar invites

  • Thread starter Thread starter Viza
  • Start date Start date
V

Viza

How does Outlook create a meeting request email? I'm trying to compose
an email message with PHP to send to an outlook inbox that has auto
accept turned on.

It works if I send the meeting request through outlook but, if I
compose a message with the same information in the body of the message
created in PHP it simply displays the text, instead of being a meeting
request. I know my problem is probably not for this newsgroup but if
someone could help shed some light on the way outlook sends icalendar
attachments I would be much obliged.
 
What you'd want to do is create a multi-part MIME message that contains an iCalendar request. See http://www.slipstick.com/outlook/share.htm#info for a link to the iCal documentation.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
Back
Top