3

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.

Darrel Miller
  • 139,164
  • 32
  • 194
  • 243
yiqiaowang
  • 31
  • 1

1 Answers1

1

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.

Marc LaFleur
  • 31,987
  • 4
  • 37
  • 63