Hi
Merry Christmas!
I saw some topics here about the interactions (or lack thereof) between Google Calendar and Glide. To be honest, there are so many posts that I couldn’t wrap my head around it.
In a nutshell, goal is to be able to book meeting with client from within a CRM system based on Glide. Correct me if I’m wrong, but there is no easy/native way of doing this, right?
As far as I can understand, the workaround will include these steps:
- Write all Google Calendar event to Google Sheet - Here’s one possible way
- Point Event Picker component to these records
- This will allow us to see the current events inside the Event picker.
- User will use the Date Picker component to select a time slot for the requested meeting. PS - It seem we cannot “block” option for conflicting events. This means user can book the event whenever they’d like, regardless of what we display to them based on point 2 above.
- Use Google Script to read the form response (desired meeting date and time) and write this back into Google Calendar.
We have again the risk of concurrently. For example, if this is a Meeting Room calendar, two users can book the same time slot on the same time and both events will be added to the calendar.
Any thoughts about how to make this workflow more efficient?
Thanks