Skip to content

New command: Add a Microsoft To Do task list #1610

@garrytrinder

Description

@garrytrinder

Usage

todo list add [options]

Description

Adds a new Microsoft To Do task list

Options

Option Description
-n, --name <name> The name of the task list to add

Additional Information

POST https://graph.microsoft.com/beta/me/todo/lists
{ "displayName":"<name>" }

If a task list already exists with same name, it will be created but have (x) appended to the name given.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions