I'm integrating Outlook calendar to my app and I want my user can change their events from this calendar to another calendar (like changing from Calendar
to calendar2
in the origin Outlook calendar).
But I can't find any endpoint to do this, even the UpdateEvent
endpoint in their docs doesn't support this.
So how can I change event's calendar using MS graph API ? Right now the only way I'm thinking of is delete the old event in Calendar
and create new event in calendar2
which is not 100% reliable because sometimes the delete or create request can failed