Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
1.6k views
in Technique[技术] by (71.8m points)

microsoft graph api - calendar events - 10K recipients limit problem for large events

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?


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...