Graph API 500 when accessing Calendar

Flourish 20 Reputation points
2025-06-20T09:50:12.7033333+00:00

I am getting a 500 error when trying to access the graph API, specifically I am trying to get the calendars for the test user. I see the error programmatically (C#) and also in the graph explorer.
User's image

Microsoft Security Microsoft Graph
0 comments No comments
{count} votes

Accepted answer
  1. Vasil Michev 119.5K Reputation points MVP Volunteer Moderator
    2025-06-20T10:06:50.8966667+00:00

    There is an ongoing issue on Microsoft side around this, the suggested workaround is to get only the properties you are interested in via $select, excluding allowedOnlineMeetingProviders and defaultOnlineMeetingProvider.

    Here's one of the "original" threads where you can get more details: https://learn.microsoft.com/en-us/answers/questions/2279133/getting-500-response-errors-to-get-me-calendars-al?comment=question#comment-2054548


0 additional answers

Sort by: Most helpful

Your answer

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