Options that affect how a time slot is set on the appointment picker via $.fn.appointmentPicker("setSlot").
$.fn.appointmentPicker("setSlot")
By default, when no free slot exists, the slot is not changed.
When this is set to true, the slot is added instead and is then selected.
true
false
By default, the appointment picker triggers various events such as change.
Set this to true to suppress this behavior and just set the value.
Options that affect how a time slot is set on the appointment picker via
$.fn.appointmentPicker("setSlot")
.