Add event to O365 group calendar with “Application” permission
问题 Use Case My application needs to dynamically create Office 365 Outlook calendars, share them with a variable number of Office 365 users, and manage the calendar events at any time. Approach Since the application needs to manage the calendars at any time, it needs to authenticate with Application Permission. Using the Groups API, I can do the following: Create the group (and therefore the calendar) Add members Create events (in the calendar) Problem The problem is that creating events is "Not