Microsoft announces the general availability of Microsoft To Do APIs
1 min. read
Updated November 3rd, 2020
Published November 3rd, 2020
Readers help support MSPoweruser. When you make a purchase using links on our site, we may earn an affiliate commission.
Read the affiliate disclosure page to find out how can you help MSPoweruser effortlessly and without spending any money. Read more
Microsoft today announced the general availability of Microsoft To Do Graph APIs. With this announcement, developers can use these APIs in production apps. Right now, three entities are supported. todoTaskList entity that has a collection of todoTask entities and linkedResource which enables task completion.
-
- CRUD operation on todoTaskList entity /me/todo/lists
- CRUD operation on todoTask entity /me/todo/lists//tasks
- CRUD operation on linkedResource entity /me/todo/lists//tasks//linkedResources
Developers can create applications such as the following:
- Create tasks from your app’s workflow, for example, from email or notifications, and save them in To Do.
- Sync your app’s existing tasks with To Do and create a single task view for better prioritization and manageability.
- Manage To Do tasks in a custom business application.
Source: To Do API