The todo list add command uses a beta endpoint that is now in v1.0.
|
const requestOptions: any = { |
|
url: `${this.resource}/beta/me/todo/lists`, |
|
headers: { |
|
accept: 'application/json;odata.metadata=none', |
|
'content-type': 'application/json' |
|
}, |
|
data, |
|
responseType: 'json' |
|
}; |
Create todoTaskList: https://docs.microsoft.com/en-us/graph/api/todo-post-lists?view=graph-rest-1.0&tabs=http
The
todo list addcommand uses abetaendpoint that is now inv1.0.cli-microsoft365/src/m365/todo/commands/list/list-add.ts
Lines 32 to 40 in b7c27c8
Create todoTaskList: https://docs.microsoft.com/en-us/graph/api/todo-post-lists?view=graph-rest-1.0&tabs=http