Hi,
I created a form where people can pick a date and time and get an email with an ICS attachment. Already booked time slots are shown in CalendarView.
Everything works fine, only thing missing is the validation of the chosen date and time.
Only timeslots from e.g. the 8. to the 12. of December in the time from 9 -12 am and 1 - 5 pm should be valid choices.
How does the validation expression has to look like to achieve this?
Everything I tried so far failed.
And is it possible to set the CalendarView to a specific range of time, in that case the week where the slots can be booked?
Thanks for your help
Gordon