create-todo-task
Create a new task in a Microsoft 365 todo list with details like title, due dates, categories, and attachments for task management.
Instructions
Create a new task object in a specified todoTaskList.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | ||
| todoTaskListId | Yes | Path parameter: todoTaskListId | |
| includeHeaders | No | Include response headers (including ETag) in the response metadata | |
| excludeResponse | No | Exclude the full response body and only return success or failure indication |