Closes or opens the appointment picker, for all appointment pickers from the given reference.
Closing the picker requires that it is closable. Otherwise no action is performed.
Changes the lock state of the appointment picker, for all pickers from the given given reference.
When the picker is enabled, it can be edited by the user. When it is disabled or read-only, it cannot be edited by the user anymore, but its value can still be changed via scripting.
Appointment pickers that are disabled or read-only are always closed and cannot be opened.
Shows a particular month in a given year and shows all days for the month, for all appointment pickers from the given reference.
Selects the current month of the current year and shows all days for the month, for all appointment pickers from the given reference.
Sets the options all appointment picker from the given reference,
Removes all disabled dates, so that no more dates are disabled, for all appointment pickers from the given reference.
Disabled dates cannot be selected by the user. Note that dates without available slots are usually also displayed as disabled, but are not included in the result of this function.
Adds a list of date ranges to the list of disabled date ranges, for all appointment pickers from the given reference.
These dates are additive. You can add multiple ranges of disabled dates.
Disabled dates cannot be selected by the user. Note that dates without available slots are usually also displayed as disabled, but are not included in the result of this function.
Disables the given dates, for all appointment pickers from the given reference.
These dates are additive. You can add multiple disabled dates.
Disabled dates cannot be selected by the user. Note that dates without available slots are usually also displayed as disabled, but are not included in the result of this function.
Disables all dates after the given date, for al first appointment pickers from the given reference.
Disabled dates cannot be selected by the user. Note that dates without available slots are usually also displayed as disabled, but are not included in the result of this function.
Disables all dates before the given date, for al first appointment pickers from the given reference.
Disabled dates cannot be selected by the user. Note that dates without available slots are usually also displayed as disabled, but are not included in the result of this function.
Removes a list of date ranges from the list of disabled date ranges, for all appointment pickers from the given reference.
Disabled dates cannot be selected by the user. Note that dates without available slots are usually also displayed as disabled, but are not included in the result of this function.
Enables the given dates, for all appointment pickers from the given reference.
Disabled dates cannot be selected by the user. Note that dates without available slots are usually also displayed as disabled, but are not included in the result of this function.
Enables all dates after the given date, for al first appointment pickers from the given reference.
Disabled dates cannot be selected by the user. Note that dates without available slots are usually also displayed as disabled, but are not included in the result of this function.
Enables all dates before the given date, for al first appointment pickers from the given reference.
Disabled dates cannot be selected by the user. Note that dates without available slots are usually also displayed as disabled, but are not included in the result of this function.
Loads the available slots of a given month year, for the first appointment picker from the given reference.
Changes the month and year of the calendar by the given amount, for all appointment pickers from the given reference.
Selects a particular day and shows the available slots of that day, for all appointment pickers from the given reference.
Changes the currently selected slot to the given slot or clears the selected slot, for all appointment pickers from the given reference.
Sets the persisted appointment, for all appointment pickers from the given reference.
Each picker may be associated with an appointment that was booked on the server, usually previously when the form was first submitted. Normally selected slots that do not correspond to an available slot are treated as invalid. When a selected slot correspond to the persisted slot, that selection is always allowed. that corresponds to this persisted appointment
Provides functions related to performing actions on an appointment picker, such as selecting a different slot, opening / closing the picker, or loading available slots.