create-todo-task
Add a new task to a Microsoft 365 To Do list with details like title, due date, priority, and attachments for better 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 |