Microsoft Graph + Outlook - Don't returned list tasks -


get-request "https://graph.microsoft.com/beta/tasks" return json-string:

{"@odata.context":"https://graph.microsoft.com/beta/$metadata#tasks","value":[]} 

but have tasks in ms-account.

and get-request "/beta/me/tasks" don't worked , return statuscode - not found.

why? how send right request , tasks in json-string?

updated:

at first did not apply scope tasks.readwrite, after remains same was.

do understand correctly: microsoft graph tasks not outlook tasks, microsoft graph tasks planner's tasks?

yes, microsoft graph tasks planner tasks. outlook tasks not accessible via microsoft graph, though we're considering adding them well.


Comments