Bookings with Appointment slots. A simple example.

  • 30 September 2019
  • 1 reply
  • 167 views

Badge +7

So the idea behind this was to create a master booking, I.E a photographer or doctor is coming in for a day, and we need people to signup for one of the available 10 minutes slots throughout the day for their photo flu jab.

There are two lists. One to capture the main booking and the other to hold the available slots. The master booking form needs to capture the following information...

 

4812i7CE2E450FE5168D7.jpg

Once saved we can then run the generate slots workflow. It works by simply taking the start time of the first session adding it to a collection, then until the end of the 1st session, looping through and adding the slot duration and adding that to the collection. Repeated for each session. 

 

The workflow then creates those slots in the other list.

 

On my home page, it shows the current open booking with a link to a booking page. This uses a filtered url to only show the relvant booking and slots.
 

4814i2C0F754C3DFB44AD.jpg

https://Applications/Bookings/Pages/BookingView.aspx?FilterField1=BookingIDText&FilterValue1=ID000008. Which gives me...


4815i5852BC5301C54481.jpg

 

I can then send that url out in an invitation email. Users simply click on the book un book slot to add themselves to the relevant available slot.

 

4816iDF8C6C118D89E669.jpg

The booking user gets an email confirming their booking, which is also added to their outlook calendar.

 

4817i6B6832ED7ED272F2.jpg

The owner of the booking then has a clean list of people who have signed up.

T.


1 reply

Badge +17

Thanks for posting this example. I'm going to push this into our blog section so others can find it.

Reply