update_task
Update an existing task's name, notes, dates, flagged status, estimated minutes, and repetition rules by providing its ID.
Instructions
Update properties of an existing task
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The task ID to update | |
| name | No | New task name | |
| note | No | New task note | |
| flagged | No | New flagged status | |
| deferDate | No | New defer date (ISO 8601) or null to clear | |
| dueDate | No | New due date (ISO 8601) or null to clear | |
| plannedDate | No | New planned date (ISO 8601) or null to clear | |
| estimatedMinutes | No | New estimated minutes or null to clear | |
| sequential | No | Whether subtasks must be completed in order | |
| completedByChildren | No | Auto-complete when all children are completed | |
| repetitionRule | No | Repetition rule or null to clear |