-
Notifications
You must be signed in to change notification settings - Fork 104
Open
Labels
Description
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:
- Go to https://developer.microsoft.com/en-us/graph/graph-explorer
- Sign in with a real @outlook.com account
- Run a GET query to
https://graph.microsoft.com/v1.0/me/calendars - 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.