Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,579 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
we are intermittently getting the error the graph getschedule api
how to fix the error 503 from the graph getschedule api
Hi @ravi teja
According to the Graph documentation, a 503 error usually means that the service is temporarily unavailable for maintenance or is overloaded. In this case, you should get a "retry-after" header with a backoff interval to follow.
Hope this helps.
If the reply is helpful, please click Accept Answer and kindly upvote it. If you have additional questions about this answer, please click Comment.