0
votes

i'm trying to create an daemon app which should automatically get / create planner tasks.

I'm following this example of microsoft. See link: https://github.com/azure-samples/active-directory-dotnetcore-daemon-v2

However i get unauthorized exception if i try to call "planner/tasks". I'm sure i gave the application the right access.

Can anybody help me please?

1

1 Answers

1
votes

The Planner APIs do not support application permissions. If you look at the API reference for those APIs, the permissions sections lists the supported permissions. From List tasks:

Application: Not supported.