I am getting 500 internal server error on https://graph.microsoft.com/v1.0/me/calendars

David Narine 35 Reputation points
2025-05-31T11:15:47.31+00:00

Since may 30th, I have been getting the 500 internal server error on https://graph.microsoft.com/v1.0/me/calendars.

If I use the graph explorer, it also shows the same error - other APIs are working for calendar. This is the response body:

{
    "error": {
        "code": "ErrorInternalServerError",
        "message": "An internal server error occurred. The operation failed."
    }
}

How can we have someone investigate?

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,695 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Sonny Gillissen 3,751 Reputation points Volunteer Moderator
    2025-05-31T19:21:04.3666667+00:00

    Hi David Narine

    Thanks for reaching out on Microsoft Q&A!

    Could you please try the following endpoint:

    https://graph.microsoft.com/beta/me/calendars

    If the beta works, but the v1.0 isn't, it most probably is a fix underway. However, if it also doesn't work please raise a support ticket through the Microsoft 365 Admin Portal.

    Of course, for the time being you can use the BETA API as the risk and impact would be quite low on this API, even though not ideal for production environments. As soon as the issue is solved you can switch back to the v1.0 again.

    Please click ‘Accept answer’ if you think my answer is helpful. Feel free to drop additional queries in the comments below!

    Kind regards,

    Sonny


  2. Gabriel Arancio 0 Reputation points
    2025-06-05T16:18:53.44+00:00
    0 comments No comments

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.