Microsoft Graph API developer – Using GetSchedule API to get free/busy availability information
Microsoft Graph API developer – Using GetSchedule API to get free/busy availability information
Now you can use the GetSchedule API (when I publish this article, its available in /beta endpoint) to get the free/busy availability information for a collection of users, distributions lists, or resources, for a specified time period.
You can use it simply by calling,
POST /me/calendar/getSchedule POST /users/{id|userPrincipalName}/calendar/getSchedule
Let me play with this API call and try…
View On WordPress












