How to extend microsoft graph calendar API quota?

David Piper 1 Reputation point
2020-11-30T14:44:51.527+00:00

I have an application that might need over 1.000.000 requests per day and need to know how to unlock more requests than the free tier. how to do that?

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,474 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Shiva Keshav Varma 401 Reputation points
    2020-12-02T13:03:56.453+00:00

    For microsoft graph calendar here are the limits and these are the service specific limits. There is no way you can increase these limits as of now. You need to implement Retry-After to handle throttling issues.

    (If the reply was helpful please don't forget to upvote or accept as answer, thank you)

    0 comments No comments

  2. Christian Blake 1 Reputation point
    2022-12-30T05:12:57.17+00:00

    There is no way you can increase these limits as of now. You need to implement Retry-After to handle throttling issues. Attachments: Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

    0 comments No comments