Share via

Error when trying to process calendars using page size

Troels Petersen 1 Reputation point
2021-12-03T07:51:15.2+00:00

Here is a recording of the situation we have at the tenant right now: https://watch.screencastify.com/v/VEfHIJ643GDOKD2p0a5o

Azure login we are using: ******@spwt.net

API information as explained in the video above:

Request:

GET https://graph.microsoft.com/v1.0/users/******@spwt.net/calendars?%24select=Id%2cName&%24expand=singleValueExtendedProperties(%24filter%3did+eq+%27String+%7ba060733e-fafb-4d11-9a6e-0bee94db248b%7d+Name+UID%27)&%24top=5&%24skip=365 HTTP/1.1
SdkVersion: Graph-dotnet-1.25.1
FeatureFlag: 0000004F
Cache-Control: no-store, no-cache
Authorization: Bearer eyJ0eXAiOiJKV1QiLCJub25jZSI6I*****
Accept-Encoding: gzip
Retry-Attempt: 2
Host: graph.microsoft.com

Response:

HTTP/1.1 503 Service Unavailable
Date: Fri, 26 Nov 2021 11:56:22 GMT
Strict-Transport-Security: max-age=31536000
request-id: 9ebdf086-d1d0-432e-8b86-749a17898f2f
client-request-id: 9ebdf086-d1d0-432e-8b86-749a17898f2f
x-ms-ags-diagnostic: {"ServerInfo":{"DataCenter":"West Europe","Slice":"E","Ring":"5","ScaleUnit":"004","RoleInstance":"AM2PEPF0000A252"}}
Content-Length: 0

Microsoft Security | Microsoft Graph
0 comments No comments

1 answer

Sort by: Most helpful
  1. RajeshKumarMSFT 1,981 Reputation points Microsoft External Staff
    2022-01-31T14:43:34.653+00:00

    Hi TroelsPetersen-9545,

    Service unavailable 503 ,This is likely because the service is busy.

    Possible cause of the issue:- Client(Graph Explorer/Postman) would have terminated due the connection timeout at their end.
    Try the below options to resolve your issue.

    Option 1:- You can make retry requests over a new HTTP connection to fix the issue
    Option 2:-Try increasing client side timeout may help in addressing this issue.

    Hope this helps.

    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.