简体   繁体   中英

Filter Calendars or Event Resource using lastmodifiedDateTime on Microsoft Graph APIs

My aim is to check the last time an event was modified in my calendar using Microsoft Graph. I am trying to filter on lastModifiedDateTime but it seems to not be working.

Sample query :

https://graph.microsoft.com/v1.0/me/calendarview?startdatetime=2020-08-01&enddatetime=2020-09-01&$filter=lastModifiedDateTime ge 2020-08-30T14:46:00.3343565Z

Regards, Aarushi

You can't use a Filter with a CalendarView so you need to choose either one or the other. For what your trying to do change tracking would probably be a better approach though https://docs.microsoft.com/en-us/graph/delta-query-events

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM