An API that connects multiple Microsoft services, enabling data access and automation across platforms
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".