set_task_estimate
Set or clear a task's time estimate by specifying the duration. Identify the task with its name, ID, series, or list.
Instructions
Set task time estimate.
Args: estimate: Time estimate (e.g., "30 minutes", "1 hour", "2 hours 30 minutes"). Empty to clear. task_name: Task name to search for task_id: Specific task ID taskseries_id: Task series ID list_id: List ID
Returns: Updated task details
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| estimate | Yes | ||
| task_name | No | ||
| task_id | No | ||
| taskseries_id | No | ||
| list_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||