fix_actual_times
Update a task's actual start and end timestamps for historical accuracy. Set new times, specify duration, or clear any of these fields to reconcile recorded data with reality.
Instructions
Fix actual start/end timestamps for a task.
Used to correct timestamps for historical accuracy. Past dates allowed.
Args: task_id: ID of the task to fix actual_start: New actual start in ISO format (e.g., '2025-12-13T09:00:00') actual_end: New actual end in ISO format (e.g., '2025-12-13T17:00:00') actual_duration: Explicit duration in hours (e.g., 0.5 = 30min, 1.5 = 1h30m) clear_start: Clear actual_start timestamp clear_end: Clear actual_end timestamp clear_duration: Clear actual_duration (use calculated value)
Returns: Updated task data with new timestamps
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | ||
| clear_end | No | ||
| actual_end | No | ||
| clear_start | No | ||
| actual_start | No | ||
| clear_duration | No | ||
| actual_duration | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||