Skip to content

Microsoft Graph v1.0: todo list list #2516

@garrytrinder

Description

@garrytrinder

The todo list list command uses a beta endpoint that is now in v1.0.

this
.getAllItems(`${this.resource}/beta/me/todo/lists`, logger, true)
.then((): void => {
logger.log(this.items);
cb();
}, (err: any): void => this.handleRejectedODataJsonPromise(err, logger, cb));

List lists: https://docs.microsoft.com/en-us/graph/api/todo-list-lists?view=graph-rest-1.0&tabs=http

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions