Use case: For online platform integration we want to send invites for events using endpoint POST /users/{id | userPrincipalName}/events
We handled the limit of 500 attendee by splitting large event to multiple calendar events containing each 500 attendees emails
New problem is 10,000 recipients a day limit
If event has large audience (ex. 100 000 person webinar event) we get blocked after 10K recipients ( 20 calendar events each having 500 attendees)
how to go around this, how to scale calendar events?