create-todo-task
Create a new task in a specified Microsoft To Do list with support for due dates, recurrence, and attachments.
Instructions
Create a new task object in a specified todoTaskList.
Input 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 |