API ReferenceSchemas
PublicServiceEarliestSlotResponse
Response schema for the earliest available service slot via the public API
Response schema for the earliest available service slot via the public API
Example
{ "data": { "end_at": "2025-03-10T10:00:00Z", "end_at_ts": 1736464800, "object": "slot", "start_at": "2025-03-10T09:00:00Z", "start_at_ts": 1736461200, "time_zone": "Etc/UTC" }}PublicCancellationReasonsResponse
Response schema for listing public cancellation reasons
RecurrenceRule
A recurrence rule describes a repeating pattern of times. Recurrences rules in SavvyCal are modeled after the conventions of [iCalendar](https://en.wikipedia.org/wiki/ICalendar) recurrence rules (RRULE), but are a subset of the full specification.