Delegated-Events
Number of APIs: 5
-
Get my events for next week GET https://graph.microsoft.com/v1.0/me/calendarview?startdatetime={{Today}}&enddatetime={{NextWeek}}
-
Get my calendars GET https://graph.microsoft.com/v1.0/me/calendars
-
Add Microsoft Graph community call event POST https://graph.microsoft.com/v1.0/me/events
-
Get my Microsoft Graph community call events GET https://graph.microsoft.com/v1.0/me/events?$filter=subject eq 'Microsoft Graph community call'