Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
In this article
Namespace: microsoft.graph
Represents the To Do services available to a user.
Inherits from entity.
Method | Return type | Description |
---|---|---|
List task lists | todoTaskList collection | Get all the task lists in the user's mailbox. |
Create task list | todoTaskList | Create a To Do task list in the user's mailbox. |
None
Relationship | Type | Description |
---|---|---|
lists | todoTaskList collection | The task lists in the users mailbox. |
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.todo",
"id": "String"
}