List calendars Get all the user's calendars (/calendars navigation property), get the calendars from the default calendar group or from a specific calendar group.
Posted on:
2018-08-27
Provider
Microsoft Graph
decription
Microsoft Graph exposes multiple APIs from Office 365 and other Microsoft cloud services through a single endpoint: https://graph.microsoft.com. Microsoft Graph simplifies queries that would otherwise be more complex. You can use Microsoft Graph to: Access data from multiple Microsoft cloud services, including Azure Active Directory, Exchange Online as part of Office 365, SharePoint, OneDrive, OneNote, and Planner. Navigate between entities and relationships. Access intelligence and insights from the Microsoft cloud (for commercial users).
Documentation
Curl command through Streamdata.io
curl -v -h "header{header_value}" -h "header{header_value}""https://streamdata.motwin.net/http://graph.microsoft.comusers/{id | userPrincipalName}/calendarGroups/{calendar_group_id}/calendars?X-Sd-Token={streamdata_token}"