php - Exchange web services (EWS): Send "meeting invitations" for meetings stored in a public folder calendar -


it's been discussed here on stackoverflow ( appointment.save , appointment.update set ismeeting true ) ews has limitations on how meeting invitations can't sent automatically when creating new calendar items / meetings inside public folder.

since need send meeting calendars of various attendees wondering if has ever discovered workaround strange behavior (i can't find way send meeting invitations programmatically).

the thing seems working forward calendar item address of attendees, that's not option since makes meeting available attachment in email.

on msdn have sample create , sends invite

msdn link

but not work public folders:

"the reason shouldn't work because public folders don't publish free/busy information. cannot invite public folder meeting nor can see if public folder available."


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -