email - Can I use PHP to send a meeting invetation via exchange server? -


if use outlook know how can create meeting request , send different people , shows on calender. trying same idea sending request person via php. no sure if can send request using mail() somehow. want email sent , meeting request go on other party's calendar.

how can using php?

thanks

you can create own activesync client sending http requests according activesync protocol:

http://msdn.microsoft.com/en-us/library/dd299446(exchg.80).aspx

http://msdn.microsoft.com/en-us/library/ee158066(v=exchg.80).aspx

http://msdn.microsoft.com/en-us/library/dd299441(v=exchg.80).aspx

if in section 2.2.2.9 of command reference, there mention of how acknowledge meetingresponse in user's "inbox folder" or "calendar folder". suspect create entry in "calendar folder" create initial meeting.

there's this post on same topic.


Comments

Popular posts from this blog

java - Run a .jar on Heroku -

java - Jtable duplicate Rows -

validation - How to pass paramaters like unix into windows batch file -