Skip to content

Internal server error (500) when retriving calendars #3879

@marcoancona

Description

@marcoancona

Describe the bug
When performing a GET https://graph.microsoft.com/v1.0/me/calendars on a personal @outlook.com account the server responds with the following:

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

To Reproduce
Steps to reproduce the behavior:

  1. Go to https://developer.microsoft.com/en-us/graph/graph-explorer
  2. Sign in with a real @outlook.com account
  3. Run a GET query to https://graph.microsoft.com/v1.0/me/calendars
  4. See error

Expected behavior
The list of calendars is returned

Screenshots
https://share.cleanshot.com/5L6jdXFm

Additional context
The error is not occurring with work O365 accounts, unless a personal Outlook calendar is shared with the work account. In this case, trying to retrieve the list of calendars from the O365 account also fails.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions