Can you check and confirm if there is no service etc. from your end that is updating task as a result of which lastModifiedDateTime field is getting updated?
Also were you able to isolate issue from the code and repro issue using Graph Explorer/Postman?
Issue: To Do lastModifiedDateTime is getting updated every 5 minutes
Hello Team,
We are using Microsoft To Do Graph API & we have seen the lastModifiedDateTime field of Task/List object is getting updated with @odata.etag value after every 5 minutes automatically. This issue was not found till March,21. Can you please provide the reason for this update?
Thanks,
Sonal
4 answers
Sort by: Most helpful
-
Shweta Choudhary 601 Reputation points Microsoft Employee
2021-07-20T13:20:33.483+00:00 -
Kuldeep Kushwaha 1 Reputation point
2021-07-26T07:37:15.593+00:00 @Shweta Choudhary We are also facing the same issue. The timestamp of Task/List object is automatically getting updated.
Thanks,
Kuldeep K -
Mehta, Sonal 11 Reputation points
2021-07-27T12:47:04.8+00:00 Can you please revert on this issue with the root cause & provide the ETA for the resolution?
Thanks
Sonal -
Karan Garg 1 Reputation point Microsoft Employee
2021-08-18T08:53:27.927+00:00 This is expected behaviour for To-Do APIs as after task creation few background computations can modify the task metadata which will modify the lastModifiedDateTime property of the task.
One way to handle it at the client side is to ignore these updates if there is no change in the data that the client is interested in.