I have a question regarding the Google Calendar integration. Is it somehow possible to check based on a certain date or date range whether the calendar is already booked or available?
I want to check, based on emails for a booking system of an event location whether the requested event date would be available.
Does anyone have an idea on how to solve this?
Thank you in advance.
The Google Calendar node in n8n includes an Availability operation under the Calendar resource. This lets you specify a date or date range and returns whether the timeslot is free or not, plus optional booked slots.
Set the Output format for Availability (true/false) and use an IF node to create a separate workflow to create a new possible slot in calendar.
Is it work for your case?