What?
This is an article of code snippets to query a Zoho Bookings instance from within Creator. This one focuses on getting the available slots.
Why?
This is for a Creator app which had a form ...
What?
Just wanted a note to get in my head the logic if checking a requested time slot isn't a double-booking (as in, the time slot doesn't overlap a previous booking.
How?
Given a date/time and ...
... = "00/01/02/03/04/05/06/07/08/09/10/11/12/13/14/15/16/17/18/19/20/21/22/23";
hourList = hourString.toList("/");
v_includeInPicklist = false;
for each index timeSlot in hourList
{
timeSlotStr ...
... the morning and afternoon slots.
All days and time slots must be listed irrespective of whether any time has been associated to them.
We need to be able to specify any date, and the system returns ...
... will appear as a row but have no slots booked against it. [Test2 Room] will both appear as a row and have 3 slots taken up (if you left the above to 30 minute slots).
Tweaks
Separate the field ...
We use cookies to improve your experience on our website. By browsing this website, you agree to our use of cookies. Read more about our Privacy Policy.