update_task
Modify an existing task by updating its name, priority, deadline, estimated duration, tags, and planned start or end times to keep schedules accurate.
Instructions
Update an existing task.
Args: task_id: ID of the task to update name: New task name priority: New priority deadline: New deadline in ISO format with time (e.g., '2025-12-11T18:00:00') estimated_duration: New estimated duration in hours (e.g., 0.5 = 30min, 1.5 = 1h30m) tags: New tags list (replaces existing) is_fixed: New fixed status planned_start: New planned start datetime in ISO format (e.g., '2025-12-11T09:00:00') planned_end: New planned end datetime in ISO format (e.g., '2025-12-11T17:00:00')
Returns: Updated task data
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| tags | No | ||
| task_id | Yes | ||
| deadline | No | ||
| is_fixed | No | ||
| priority | No | ||
| planned_end | No | ||
| planned_start | No | ||
| estimated_duration | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||