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?
source
share