I'm using Microsoft Graph API for track my changes in some events in a calendar. Currently, I get an HTTP 503 error in the endpoint: /me/calendarView/delta.
{
"error": {
"code": "ErrorServiceUnavailable",
"message": "Active Directory operation did not succeed. Try again later.",
"innerError": {
"request-id": "0d70abca-dba6-4c27-9e99-2fa6cc6eb731",
"date": "2018-10-09T13:27:46"
}
}
}
I thought it was my client, but I tried the example request on Microsoft Graph Explorer and I got the same. Anyone has faced the same issue? Thanks for your guidance.
https://graph.microsoft.com/v1.0/me/calendarView/delta?startDateTime=2016-12-01T00:00:00Z&endDateTime=2018-12-30T00:00:00Z- Keen Jin