Recurring Event Builder
Create complex recurring event schedules with custom patterns, skip rules, and calendar-compatible recurrence definitions.
Usage
Describe your recurring schedule pattern and receive precise recurrence rules in RRULE format with human-readable explanations.
Examples
- "Create a bi-weekly meeting on Tuesdays and Thursdays for 6 months"
- "Schedule a report due on the last business day of every month"
- "Set up a rotation that cycles through 4 team members every week"
Guidelines
- Use RRULE BYDAY for day-of-week patterns and BYMONTHDAY for day-of-month
- Add EXDATE to skip specific dates like holidays without breaking the recurrence
- Set a COUNT or UNTIL limit to prevent indefinite recurring events
- Test recurrence patterns by generating the next 10 occurrences before committing
- Use BYSETPOS for patterns like first Monday or last Friday of the month