I’m developing an appointment booking app and I want the professionals to have 1 month in advance calendar with the timetable of their availability.
At the same time the users should have the chance to book within these constraints.
How can i set the rolling calendar up? Namely, how do I set up a 1 month from now table with rolling dates where each row is “today +1” until row 30? They should then be dates as I want to know the day of the week and so on…
Thanks for replying and I hope to have been clear enough
Taking the constraints and availability out of the question, we will discuss about this first:
Create a new “Helper Table”
Add 29 rows so it would have 30 rows.
Create a rowID column.
Create a lookup column and target the whole rowID column above.
Use the column type “Find Element Index”, with the input being the lookup column above as an array, and the element to find being the rowID of each row. Then you’ve got the index of each row.
What’s that “I” do in that formula? Is that a typo?
Not quite exactly, right? Because it doesn’t remove the milliseconds component from Now. Not an issue for the majority of use cases, but I got bitten by it once.