Hello everyone and thank you in advance for any assistance. I am currently in the process of creating my first glide app for a hair salon. My main question I have is in regards to conflicting appointments. Is there a to be able to show the user only available time slots? Or can I only add an event based on whichever time slot the user may select?
I did go through a portion of this tutorial but I donโt think it integrates google calendar anywhere unless Iโm incorrect
@Robert_Petitto If I recall right, you did work on something like this a while ago. Can you share any experience? Thank you.
Correct. I use Googles freebusy API to GET all appointments in a range to see if thereโs a conflict:
Thank you I have used the api in some personal projects. Is there a particular spot I put the code into for the api when making my glide app? I apologize for so many questions just starting to get used to the software
If youโre on Business/Enterprise, you can use Call API to interact with the API.
Else, you can use a combination of webhook + Make.com to interact with the API and bring results back into Glide.
Thank you I will dig into this more tonight I appreciate all the assistance and tips. I will try using an automation through make and a webhook to pull the info over
Please let us know if you have any further questions.