complete_task
Mark a task as completed with 100% progress and current timestamp. For repeating tasks, advance to the next occurrence instead of ending the series.
Instructions
Mark a task done: status COMPLETED, 100 percent, completed timestamp now. Repeating tasks are refused — completing one has to advance it to its next occurrence, and closing it here would end the series.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uid | Yes | The task uid. | |
| etag | No | Etag from get_task, to make the write conditional. | |
| list | No | Task list uri or display name. |