user8947735
user8947735

Reputation: 43

Microsoft Graph API - How to retrieve deleted outlook event details by event id

We are subscribing(using Graph API Webhooks) to calendar events that are deleted by the user. When the listener receive notification payload, it will have event id and we would like to get more details about the event to take further action.

when queried by deleted event id, Graph API doesn’t return event details.

I can retrieve deleted messages from deleted messages folder but NOT deleted events.

do we have a way to retrieve deleted events using Graph API or should we depend on EWS?

Upvotes: 2

Views: 824

Answers (1)

user8947735
user8947735

Reputation: 43

I believe currently Graph API doesn't support retrieving deleted events from delted messages folder.

Upvotes: 1

Related Questions