Validate and parse RRULE string
Schedules
Validate and parse RRULE string
Validates an RRULE string and returns its human readable form along with next occurrence dates.
POST
Validate and parse RRULE string
Documentation Index
Fetch the complete documentation index at: https://docs.orum.io/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Headers
Version of Deliver and Verify APIs. Use v2022-09-21.
Available options:
v2022-09-21 Body
application/json
The date when the schedule starts, in YYYY-MM-DD format.
Example:
"2025-01-01"
Recurrence of the schedule in iCalendar RRULE format
Example:
"RRULE:FREQ=WEEKLY;INTERVAL=1;BYDAY=MO,WE,FR"
Number of occurrences to return. Defaults to 2 if not specified.
Required range:
1 <= x <= 5Response
200 response.