Is there any way to use Microsoft Graph to query for the last modified information for Planner tasks?
The delta query doesn't seem to support task resources yet.
Is there any way to use Microsoft Graph to query for the last modified information for Planner tasks?
The delta query doesn't seem to support task resources yet.
Unfortunately no, there isn't a "modified date" property in plannerTask object. The best you could do here would be sort by createdDateTime
to see which tasks were added after a given date/time.