Share via

Missing event from user (calendar graph api)

Mehdi Rhoulam 1 Reputation point
2021-04-22T19:14:15.91+00:00

Hi,

I'm here today because after trying for hours to get some missing events on graph api,

I wasn't able to find any reason but some events are not in user's calendar,

I'm listing the users in my organizaton, and looping over them and calling "list events" on each user

https://learn.microsoft.com/en-us/graph/api/user-list-events?view=graph-rest-1.0&tabs=http
(GET /users/{id | userPrincipalName}/events)

Yet for no reason some events are missing and I found no reason why this behavior is happenning,

Could you help me to find for which reason this issue is happening to me ?

Thanks you !

Microsoft Security | Microsoft Graph
0 comments No comments

1 answer

Sort by: Most helpful
  1. Shweta Choudhary 606 Reputation points Microsoft Employee
    2021-04-29T18:16:50.007+00:00

    • I am not aware of any restrictions with the API or per tenant per se.

    • Just to isolate the issue outside of your code, try the same tenant in Graph Explorer/POSTMAN, test the same API call and observe the results.

    • In addition, you can setup/subscribe the change notifications and you will get the related change notifications for the given events as well

    Was this answer helpful?

    0 comments No comments

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.