Forum Discussion
Terry Hagan
Oct 10, 2016Iron Contributor
Using Microsoft Graph to access Office 365 Group Calendar Events
I recently used the Graph API to access the calendar and events from a public Office 365 Group. However, it has stopped working and I have now tried numerous ways to get it working again to no avail,...
Don DeCarlo
Feb 01, 2017Brass Contributor
https://graph.microsoft.com/beta/groups//41525360-8eca-49ce-bcee-b205cd0aa747/calendar/events
- Terry HaganFeb 03, 2017Iron Contributor
https://graph.microsoft.io/en-us/docs/api-reference/v1.0/api/group_list_events
List events
Retrieve a list of https://graph.microsoft.io/en-us/docs/api-reference/v1.0/resources/event.htm objects.
Prerequisites
One of the following scopes is required to execute this API: Group.Read.All or Group.ReadWrite.All
HTTP request
GET /groups/{id}/events GET /groups/{id}/calendar/events
Tried both, still didn't work, this is not beta functionality.