Not changeType propierty to identify type of change on delta query response

Felix Valerio 1 Reputation point
2022-11-02T18:51:31.87+00:00

Hello everyone, we are triging to identify change type on response delta function to sync local callendar and I'm havving an issue because delta query response not include this propierty.

someone know how to solve that?
Exist another way to going forward?

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

1 answer

Sort by: Most helpful
  1. HarmeetSingh7172 4,811 Reputation points
    2022-11-04T06:54:40.43+00:00

    Hello @Felix Valerio

    Thanks for reaching out!

    Please refer this documentation to know how Delta query is used for change tracking. Using Delta query, you can get new, updated, or deleted events in a specified calendar or within a defined collection of events.

    Removed instances are represented by their id and an @removed object. The @removed object may include additional information about why the instance was removed.

    Updated instances are represented by their id with at least the properties that have been updated, but additional properties may be included.

    Newly created instances of a supported resource are represented in the delta query response using their standard representation.

    Please note that every time the event is changed/updated, the property ChangeKey changes as well.

    Hope this helps.

    If the answer is helpful, please click Accept Answer and kindly upvote. If you have any further questions about this answer, please click Comment.