Reference to an existing appointment picker state. This is similar to
AppointmentPickerInstanceReference, but also allows for a snapshot
from an appointment picker to be specified. You can take a snapshot of an
appointment picker's state at any time, and e.g. load it into other
appointment pickers.
Reference to an existing appointment picker state. This is similar to AppointmentPickerInstanceReference, but also allows for a snapshot from an appointment picker to be specified. You can take a snapshot of an appointment picker's state at any time, and e.g. load it into other appointment pickers.
In addition to values allowed by AppointmentPickerInstanceReference, may also be one of the following:
{by: "snapshot", token: "..."}
- The token of an existing snapshot. Snapshot tokens can be created via the API functionsaveSnapshot
.