create_recurring_task
Create a recurring task template that automatically spawns task instances on a defined schedule (daily, weekly, monthly, or yearly) with customizable intervals and timezones.
Instructions
Create a recurring task template. The hosted scheduler spawns normal task instances from this template and links them with source_recurrence_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | Task title/content for spawned instances | |
| description | No | Optional task description for spawned instances | |
| project_id | No | Optional project ID | |
| labels | No | Labels for spawned tasks | |
| priority | No | Priority 1-4 | |
| assigned_to_agent_id | No | Optional assignee for spawned tasks | |
| rule_type | Yes | Recurrence rule type | |
| interval | No | Rule interval, default 1 | |
| timezone | No | IANA timezone, e.g. America/Chicago | |
| 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 | Optional ISO timestamp for first due occurrence | |
| skip_if_open | No | Skip spawning and roll forward while a prior instance is open |