skylight_create_recurring_chore
Schedule recurring chores or routines with custom recurrence rules, assignments, and time-of-day options to keep the family organized.
Instructions
Create a recurring chore or routine (repeats per an RRULE; verified live).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| start | Yes | YYYY-MM-DD first occurrence date. | |
| frameId | No | ||
| routine | No | Set true to create a routine (habit-style recurring task) instead of a chore. | |
| summary | Yes | Chore title. | |
| emoji_icon | No | ||
| recurrence | Yes | iCalendar RRULE without the "RRULE:" prefix, e.g. "FREQ=WEEKLY;INTERVAL=1;BYDAY=MO,WE,FR" (daily: "FREQ=DAILY;INTERVAL=1"). Use BYHOUR for routine time-of-day. | |
| start_time | No | HH:mm time of day (e.g. "17:00"). | |
| description | No | ||
| category_ids | No | Family-member category ids to assign (omit only with up_for_grabs). | |
| up_for_grabs | No | Set true for an unassigned "anyone can do it" chore (requires no category_ids). | |
| reward_points | No | ||
| recurring_until | No | ISO datetime the recurrence ends (e.g. "2026-12-31T23:59:59.999Z"). |