Basic Information

appmixer.google.calendar.GetAvailability

1.0.0

Public

Check if a time slot is available in your Google Calendar. Returns available=true if no events overlap with the given time period, or available=false along with a list of conflicting events.

Input Ports

in

FieldTypeDescription
Calendar text Select the calendar to check for availability.
Start time date-time The start of the time slot to check. Must be in RFC3339 format (e.g. 2024-04-12T09:00:00Z).
End time date-time The end of the time slot to check. Must be in RFC3339 format (e.g. 2024-04-12T10:00:00Z).
Event types multiselect Select which event types count as 'busy' when checking availability. Regular events are standard timed calendar entries (meetings, appointments, etc.) and are selected by default. All-day events span an entire day without a specific time (e.g. public holidays, reminders) — excluded by default, similar to how tools like n8n handle them. Out of office marks periods of absence. Focus time indicates deep-work blocks. Working location events only indicate where someone is working from and do not block time — excluded by default.

Output Ports

out

FieldTypeDescription
Available -
Events -

Full Metadata