Batch limit 5 on Microsoft chart?

When I tried to create a daemon application for mass updating of user calendars, I came across the following documentation:

It seems that you can execute a package (aka comb) of up to 20 requests in "do not use this API for a new project API", but you can only combine up to 5 requests with the new Microsoft Graph API.

I found that without batch creating and deleting 100 calendar items, it takes about 40 seconds. Since application management has become much easier, I want to use the new API, but is there any change, the 5 packet restriction will be removed to say 20, like the old API?

+4
source share
1 answer

Batch processing is currently in beta. Limiting 5 requests per batch is a limitation that I hope will be very short. The customer asks me to protect this. I created userervoice, ask for this change here: https://officespdev.uservoice.com/forums/224641-feature-requests-and-feedback/suggestions/19505020-raise-or-remove-the-limit-on-number- of-requests-al . Voting on this issue will help demonstrate that the restriction really needs to be changed.

+6
source

Source: https://habr.com/ru/post/1678518/


All Articles