'will outlook tasks be included in the graph api
The obvious exclusion from the MS Graph api is outlook tasks.
Given that the me/tasks resource returns planner tasks and not outlook tasks one could speculate that there are no plans to ever include outlook tasks. Is this correct?
Should we read anything into this re the future of Outlook Tasks?
Solution 1:[1]
Yes, they will. We are actively working on this and will be included in an upcoming release. Stay tuned.
Solution 2:[2]
You can use the To Do API to get Outlook tasks from Microsoft Graph.
Note 1: there still is the Outlook tasks API, but it has been deprecated and will be defunct as of August 2022.
Note 2: the To Do API currently returns less information about tasks than the Outlook tasks API :(
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Yina - MSFT |
| Solution 2 | Heinrich Ulbricht |
