Schedules
Validate and parse RRULE string
Validates an RRULE string and returns its human readable form along with next occurrence dates.
POST
Authorizations
The auth token received from Authentication endpoints.
Headers
Version of Deliver API. 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 <= 5
Response
200
application/json
200 response.
The date when the schedule starts, in YYYY-MM-DD format.
Example:
"2025-01-01"
The original RRULE string
Human readable form of the RRULE
List of next occurrence dates
Was this page helpful?