How to retrieve Changed Items in Graph api for Todo task and Event?

Akash S 20 Reputation points
2023-05-09T08:35:18.4666667+00:00

In EWS we have ChangeCollection class and SyncFolderItems method to get Changed Items, Similarly we need identify changeType(Created, Updated and Deleted) for Task, Appointment and Contact using Microsoft Graph.

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,569 questions
0 comments No comments
{count} votes

Accepted answer
  1. Ab-8756 800 Reputation points
    2023-05-09T18:57:16.0333333+00:00

    Hello Akash S,

    Thank you for reaching out.
    You can use Delta Query to track changes, here is the Official Documentation, please go through the document;-
    https://learn.microsoft.com/en-us/graph/delta-query-overview

    You can also specify a filter to retrieve Chages for a specific change types (Created, Updated and Deleted) or specific time range using 'filter' Parameter.
    https://learn.microsoft.com/en-us/graph/filter-query-parameter?tabs=http.

    --please don't forget to upvote and Accept as answer if the reply is helpful--

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful