BookingPolicy
A booking policy defines the rules for booking a service from public booking interfaces.
A booking policy defines the rules for booking a service from public booking interfaces.
Example
{ "advance_notice": { "enabled": true, "minimum_duration": "PT1H" }, "allow_booking": true, "disabled_message": "Booking is disabled for this service.", "hold": { "duration": "PT10M", "enabled": true }, "maximize_utilization": { "enabled": true }}BookingLinkUpdatedEventData
This is an object representing data for the booking link updated event.
BufferPolicy
A policy for keeping time before and/or after appointments free of other bookings and busy external calendar events (e.g. prep time before, charting time after). The policy is captured on the appointment at booking time and continues to shield the surrounding time even if the service configuration changes later.