Skip to content

Latest commit

 

History

History
50 lines (39 loc) · 1.18 KB

File metadata and controls

50 lines (39 loc) · 1.18 KB
title description author ms.localizationpriority ms.subservice doc_type
todo resource type
Represents the To Do services available to a user.
avijityadav
medium
outlook
resourcePageType

todo resource type

Namespace: microsoft.graph

Represents the To Do services available to a user.

Inherits from entity.

Methods

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.

Properties

None

Relationships

Relationship Type Description
lists todoTaskList collection The task lists in the users mailbox.

JSON representation

The following is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.todo",
  "id": "String"
}