With the API, your apps can do the following programmatically:
| createTask |
Create a new task object in a specified todoTaskList.
|
| createTaskList |
Create a new lists object.
|
| deleteTask |
Deletes a todoTask object.
|
| deleteTaskList |
Deletes a todoTaskList object.
|
| getTaskLists |
Get a list of the todoTaskList objects and their properties.
|
| getTasks |
Get the todoTask resources from the tasks navigation property of a specified todoTaskList.
|
Check out the Microsoft Graph API documentation.
