Batch limit of 5 on Microsoft Graph?

Viewed 1419

When trying to create a deamon application for mass updating users calendars, I stumbled upon the following documentation:

As it seems you can batch (aka combine) up to 20 requests in the "don't use this API for new project API", but you can only combine up to 5 requests with the new Microsoft Graph API.

I found that without batching creating and deleting 100 calendar items takes around 40 seconds. Since application management got so much easier I want to use the new API, but is there any change the 5 request batch limit will be removed to let's say 20 like on the old API?

1 Answers
Related