Skip to main content
Skip table of contents

Get time slots for reservation collections

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

TimeSlotConfig

Defines what the output time slots should look like (i.e. date range and duration)

Output variables

Name

Type

Description

timeSlots

List<TimeSlotWithReservationCollections>

Time slots containing any of the input collections that would not result in a hard conflict, if inserted.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.