Our system integrates with Microsoft Graph Api to add calendar events to our User's outlook calendar
We started seeing a new type of error returned from the API. The User's calendar had been syncing fine up until today.
{
"error":
{
"code":"ADOperationFailedTransient",
"message":"The Active Directory operation failed with transient error.",
"innerError": {
"requestId":"cfb964dd-4fe3-4324-9f61-258113668601",
"date":"2020-11-06T00:20:39"
}
}
}
Does anyone know what this error means?