postpone_task
Delay a task's due date by one day to manage deadlines and adjust schedules. Specify the task using name, ID, or list details for precise control.
Instructions
Postpone a task (moves due date by one day).
Args: 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 with new due date
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_name | No | ||
| task_id | No | ||
| taskseries_id | No | ||
| list_id | No |