create-todo-task
Create a new task in a Microsoft To Do list, specifying title, due date, priority, and other details.
Instructions
Create a new task object in a specified todoTaskList.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | ||
| includeHeaders | No | Include response headers (including ETag) in the response metadata | |
| todoTaskListId | Yes | Path parameter: todoTaskListId | |
| excludeResponse | No | Exclude the full response body and only return success or failure indication |