validate_recurrence_rule
Check whether an iCalendar recurrence rule (RRULE) is valid and supported by parsing its syntax. Ensures RFC 5545 compliance without scheduling any events.
Instructions
Check whether an iCalendar recurrence rule (RRULE) is valid and supported. Parsing only; nothing is scheduled.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rule | Yes | An RFC 5545 recurrence rule, e.g. 'FREQ=WEEKLY;BYDAY=MO,WE'. |