Round Robin Booking

Round Robin Booking

This implementation was done using a randomized selection of sales associates to meet with.

Click on any time slot to see who you'll be booking with at that time.

The person (table, room, or asset) is selected based on their availability which is determined based on the weekly availability, external calendars, and existing bookings.

Two OnSchedJs elements are used in this implementation, services, and availability.

  1. Services are used to select a service that has been predetermined by the company with a name of Consultation and a duration of 30 minutes.

2, Availability is then used once a service has been selected. Only service is required for this implementation since they only have one location, one service, and the resource is selected at random.