Calendars

Get a calendar

get/calendars/{calendar}

Path parameters

calendarinteger required

Response

Calendar details

idinteger
namestring
descriptionstring nullable
slotDurationinteger
startTimeIncrementinteger
bufferBeforeinteger
bufferAfterinteger
maxConcurrentEventsinteger
minBookingNoticeMinutesinteger nullable
maxBookingDaysOutinteger nullable
scheduleIdinteger nullable
emailConfirmationsEnabledboolean
emailNotificationsEnabledboolean
emailNotificationsEmailsstring[] nullable
smsConfirmationsEnabledboolean
smsNotificationsEnabledboolean
smsNotificationNumberIdinteger nullable
smsNotificationToNumbersstring[] nullable
timezonestring
createdAtstring date-time nullable
updatedAtstring date-time nullable

Example response

{
  "schedule": {
    "preset": "custom",
    "timezone": "America/Chicago",
    "timezone_source": "explicit"
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.