Skip to content

Latest commit

 

History

History
51 lines (40 loc) · 1.2 KB

File metadata and controls

51 lines (40 loc) · 1.2 KB
title todo resource type
description Represents the To Do services available to a user.
author avijityadav
ms.localizationpriority medium
ms.subservice outlook
doc_type resourcePageType
ms.date 07/22/2024

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 JSON representation shows the resource type.

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