Returns time slots when at least one of the input reservation collections is possible.
This invocable action wraps around ReservationCollectionTimeSlotFinder.
Use this action to find available slots for a Parent reservation with child reservations or for all the combinations of a blueprint, such as returned by Create reservations from blueprint.
See Blueprint Time Slot Picker Flow for a template that uses this action.
Input variables
|
Name |
Type |
Description |
|---|---|---|
|
collectionsToCheck |
List<ReservationCollection> |
One or multiple (parent/child) collections to find slots for. |
|
timeSlotConfig |
Defines what the output time slots should look like (i.e. date range and duration) |
Output variables
|
Name |
Type |
Description |
|---|---|---|
|
timeSlots |
Time slots containing any of the input collections that would not result in a hard conflict, if inserted. |