Share via

Microsoft Graph API

Roshni Magar 66 Reputation points
2022-08-30T21:56:10.117+00:00

Is there a way to GET, CANCEL, UPDATE an event without using event{ID} in the endpoint?

Microsoft Security | Microsoft Graph
0 comments No comments

Answer accepted by question author

Bhanu Kiran 3,616 Reputation points
2022-08-31T06:13:21.923+00:00

Hi @Roshni Magar ,

You can List all the events from your calendar by using the below endpoint, however, this does not return specific event without using {event id}

 GET /me/events  

You can only Update/Cancel an event through graph using event id as it helps to ensure you are making changes to the right event.

Note: By default, Event id value changes when the item is moved from one container (such as a folder or calendar) to another.
You need to be an organizer to cancel a meeting. For more information please refer to this document

Hope this helps.
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

Was this answer helpful?

0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.