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
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
Post a Comment