create_task
Create a task in Google Tasks, including title, notes, due date, and optional placement as a subtask or after a sibling.
Instructions
Create a task, optionally as a subtask or after a sibling.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| due | No | Due date as YYYY-MM-DD or RFC 3339. Google Tasks stores only the date and discards the time. | |
| notes | No | ||
| title | Yes | ||
| task_list_id | Yes | Google task list ID; obtain it from list_task_lists | |
| parent_task_id | No | ||
| previous_task_id | No |