update_recurrence
Update a recurring task's template, adjust its schedule, pause or resume future occurrences, and modify details such as title, description, priority, and assignee.
Instructions
Update a recurring task template, including pausing/resuming with active=false/true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| recurrence_id | Yes | The recurrence ID to update | |
| content | No | Task title/content for future spawned instances | |
| description | No | Optional task description | |
| project_id | No | Optional project ID, or null to clear | |
| labels | No | Labels for spawned tasks | |
| priority | No | Priority 1-4 | |
| assigned_to_agent_id | No | Optional assignee, or null to clear | |
| rule_type | No | Recurrence rule type | |
| interval | No | Rule interval | |
| timezone | No | IANA timezone | |
| anchor_day | No | Day of month for monthly/yearly rules | |
| anchor_month | No | Month for yearly rules | |
| anchor_weekday | No | Weekday for weekly rules, Sunday=0 | |
| next_due_at | No | ISO timestamp for next due occurrence | |
| active | No | Whether the recurrence is active | |
| skip_if_open | No | Skip spawning while a prior instance is open |