next_recurrence_occurrences
Calculate upcoming dates from an iCalendar recurrence rule, respecting INTERVAL, COUNT, UNTIL, BYDAY, BYMONTHDAY, and BYMONTH.
Instructions
Expand an iCalendar recurrence rule (RRULE) into its next occurrences from a start date and time, honouring INTERVAL, COUNT, UNTIL, BYDAY, BYMONTHDAY, and BYMONTH. A pure calculation: it creates no schedule, stores nothing, and runs nothing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rule | Yes | An RFC 5545 recurrence rule, e.g. 'FREQ=WEEKLY;BYDAY=MO,WE'. | |
| count | No | How many occurrences to return, 1-60. Defaults to 5. | |
| start | Yes | Occurrences begin at or after this, e.g. 2026-07-27T09:00. |