...
Expand | ||||||
---|---|---|---|---|---|---|
| ||||||
DescriptionThis class wraps the request context. Properties
The reservation to find available time slots for. Make sure any lookups are populated to dimensions (resource/staff/etc) that need to be available, as well as any other fields that can influence conflict checking. Start and end times are not necessary.
Optional. If you need any junctions to be available, add them here mapped by relationship name.
Contains the definition of what the resulting series of slots should look like, such as slot duration and interval. For more details see the TimeSlotGenerator documentation. |
Expand | ||
---|---|---|
| ||
DescriptionThis class wraps the result, which contains a list of available time slots. Properties
The time slots when the given reservation (and junctions) are available. Each time slot has a |
...