Hi everyone,
I’m working on a booking automation that needs to check availability across multiple Google Calendars.
Before creating a booking, I want to check if the time slot is free on both calendars.
If both are free, i want to be able to select one of the calendar and then create the booking.
If one is already occupied, I send back a message indicating which one is available.
Later, I want to be able to scale the solution for several calendars
Has anyone run into this before or know how to solve it ?