AvailabilityTimeSlot - gomeddo/js-sdk GitHub Wiki

Time-slot used to indicate if a Resource is open closed or is blocked by a reservation. Indicated by the type field set to the AvailabilitySlotType enum.

Instance properties

Inherits properties from its parent, TimeSlot.

Instance methods

Inherits methods from its parent, TimeSlot.

AvailabilitySlotType

AvailabilitySlotType enum tells you if a slot it open closed or reserved.

Values

  • OPEN
  • CLOSED
  • RESERVATION