Create a Microsoft To Do Task
todo_create_taskCreate a new task in a Microsoft To Do list using the list ID. Provide a title and optionally add notes, due date, and importance.
Instructions
Create a new task in a given Microsoft To Do list. Get list_id from todo_list_task_lists first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notes | No | Optional plain-text notes/description for the task | |
| title | Yes | The task title | |
| list_id | Yes | The id of the list to add the task to | |
| due_date | No | Optional due date in YYYY-MM-DD format | |
| importance | No | Optional importance: low, normal, or high (default: normal) |