Update Task
ticktick_update_taskUpdate an existing task in TickTick with the required task ID and project ID. Change only the fields you provide, including title, description, due date, priority, subtasks, and reminders.
Instructions
Update an existing task. Both task_id and project_id are required. Only the fields you provide will be changed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| desc | No | New description | |
| items | No | Subtasks / checklist items | |
| title | No | New title | |
| content | No | New body / notes | |
| task_id | Yes | The task ID to update | |
| due_date | No | New due date in yyyy-MM-ddTHH:mm:ssZ | |
| priority | No | Priority: 0=None, 1=Low, 3=Medium, 5=High | |
| reminders | No | Reminders | |
| time_zone | No | Time zone | |
| is_all_day | No | All-day flag | |
| project_id | Yes | The project ID the task belongs to | |
| sort_order | No | Sort order | |
| start_date | No | New start date in yyyy-MM-ddTHH:mm:ssZ | |
| repeat_flag | No | Recurrence rule |