0

Microsoft Graph API has provisions for accessing todoTask - it does not however have application level permissions (those are listed as "not supported"). How would an application implement creating / updating tasks and getting notifications for multiple users? Seems like a glaring hole in the api framework

Vadim Kotov
  • 8,084
  • 8
  • 48
  • 62

1 Answers1

0

Yes application level permissions are not yet supported. Please file a user voice here for your ask so that it could be considered in future.

Thanks!

Shweta
  • 351
  • 1
  • 4
  • The feature mentioned in the answer refers to plannerTasks - not quite the same as the todoTasks, which are directly accessible via the outlook (at least that is my understanding). – Bob Rabinowitz May 21 '21 at 04:26
  • @BobRabinowitz Thanks for pointing that out. I have edited the answer. Please file a user voice. Thanks! – Shweta May 21 '21 at 06:46