tasks resource type

Namespace: microsoft.graph

Represents the To Do tasks services available to a user.

Methods

Method Return type Description
List base task lists baseTaskList collection Get the baseTaskList resources from the lists navigation property.
Create base task list taskList Create a new baseTaskList object.

Properties

None.

Relationships

Relationship Type Description
alltasks baseTask collection All tasks in the users mailbox.
lists baseTaskList collection The task lists in the users mailbox.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.tasks",
  "id": "String (identifier)"
}