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?