This was working up until yesterday (11/03/2015), but now, whenever I try to GET /beta/me/calendar/events (e.g., through https://graphexplorer2.azurewebsites.net), I get an InternalServerError
:
Error: 500 - Internal Server Error
See Response Headers for details.
{"@odata.context":"https://graph.microsoft.com/beta/REDACTED/$metadata#users('REDACTED')/Calendar/Events","value":[{
"error": {
"code": "InternalServerError",
"message": "Cannot cast Newtonsoft.Json.Linq.JObject to Newtonsoft.Json.Linq.JToken.",
"innerError": {
"request-id": "8bf14cc8-8a2d-4f7e-a86f-0b11df3efe96",
"date": "2015-11-03T16:39:18"
}
}
}
Has the preview beta calendar event endpoint changed?