microsoft-graph-calendar

Microsoft Graph API getSchedule filter by calendars

余生长醉 提交于 2021-01-07 02:47:12
问题 I'm using microsoft graph API and want to get user's busy slots for particular calendars, so there is an end point /getSchedule which takes body like : { "schedules": ["adelev@contoso.onmicrosoft.com", "meganb@contoso.onmicrosoft.com"], "startTime": { "dateTime": "2019-03-15T09:00:00", "timeZone": "Pacific Standard Time" }, "endTime": { "dateTime": "2019-03-15T18:00:00", "timeZone": "Pacific Standard Time" }, "availabilityViewInterval": "60" } In this endpoint I want to filter by calendars, I

Microsoft Graph API getSchedule filter by calendars

守給你的承諾、 提交于 2021-01-07 02:46:33
问题 I'm using microsoft graph API and want to get user's busy slots for particular calendars, so there is an end point /getSchedule which takes body like : { "schedules": ["adelev@contoso.onmicrosoft.com", "meganb@contoso.onmicrosoft.com"], "startTime": { "dateTime": "2019-03-15T09:00:00", "timeZone": "Pacific Standard Time" }, "endTime": { "dateTime": "2019-03-15T18:00:00", "timeZone": "Pacific Standard Time" }, "availabilityViewInterval": "60" } In this endpoint I want to filter by calendars, I

How to handle deleted Recurring master events using Microsoft delta queries

 ̄綄美尐妖づ 提交于 2020-07-23 06:41:32
问题 I am trying to move from EWS to Microsoft graph and facing problem while implementing syncFolderItems flow. I need to track and update changes of all created, modified and deleted events using Microsoft graph apis. I went through Microsoft documentation and found they have delta Api which returns only the changes which occurred from last sync. But I am not sure how recurring events should be handled using delta queries api. Please help. Thanks in advance. 回答1: The current behavior is that

How to handle deleted Recurring master events using Microsoft delta queries

烂漫一生 提交于 2020-07-23 06:40:32
问题 I am trying to move from EWS to Microsoft graph and facing problem while implementing syncFolderItems flow. I need to track and update changes of all created, modified and deleted events using Microsoft graph apis. I went through Microsoft documentation and found they have delta Api which returns only the changes which occurred from last sync. But I am not sure how recurring events should be handled using delta queries api. Please help. Thanks in advance. 回答1: The current behavior is that