Google Calendar Conflicting Appointments

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?

1 Like

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:

2 Likes

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.

1 Like

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

1 Like

Please let us know if you have any further questions.