OfficeDev / Office-365-SDK-for-iOS

Microsoft Services SDKs for iOS Preview produced by MS Open Tech.
https://dev.office.com/
Other
96 stars 49 forks source link

Cancel calendar event for organizer #55

Closed jpanchal closed 9 years ago

jpanchal commented 9 years ago

Can we programmatically cancel an event if the user is an organizer?

Accept and decline operations only apply on those events if user is not an organizer, otherwise it throws an error.

anihojnadel commented 9 years ago

Have you tried sending a MeetingMessage using the Cancelled meeting message type?

https://msdn.microsoft.com/office/office365/APi/complex-types-for-mail-contacts-calendar#EventResource

This is out of scope of our SDK, the REST Api decides which actions are supported and which are not.

Regards,