Application permissions for todo API
Currently, the ToDo API only allows createing tasks using delegated permissions. Our use case requires us to do it with application permissions. Application permissions should be supported for the ToDo API.

We are evaluating Application permissions work actively now and need to understand some developer scenarios. Would you mind sharing your scenarios to todofeedback@microsoft.com? It will help us design the APIs efficiently.
2 comments
-
Zen commented
Our application is currently using App Permissions to create tasks for users using Outlook Rest API v2.0. As Outlook API is deprecated, we are trying to move to Graph API.
Having Application Permision support for Todo API would allow us to move all the features of our app to use Graph API
-
Wouter van Rij commented
+1
We use the Graph API to connect OutSystems to Microsoft resources, among them the TodoTasks. We use an AppReg to perform several tasks, such as sending E-mails and maintaining Appointments. I would expect to be able to perform the same actions for a Task as Appointments.