Graph API: Calendars endpoint doesn't work (returns an empty array) for some users

Chad 1 Reputation point
2021-01-27T20:30:22.83+00:00

The endpoint https://graph.microsoft.com/v1.0/users/<user email address>/calendars works for most users but for some it returns an empty array. We cannot figure out what is different about these users (they definitely have calendars and we can get the calendars via, e.g., powershell)

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,655 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Deva-MSFT 2,256 Reputation points Microsoft Employee
    2021-01-29T06:28:26.127+00:00
    • Outside of your custom application or Powershell, i would suggest you to test the same API call in POSTMAN or Graph Explorer with the same AAD workflow that you implemented. This will help you to isolate the issue and see whats coming back from the server as well.
    • If you can repro the issue, share the requestid, timestamp from the response and additional info (say, error info etc) for analysis
    0 comments No comments