Skip to main content

Get Available Slots

Gets available slots in Cal.com.

This node is also exposed as an AI Agent tool.

This node has 1 input port and 1 output port.

Common Properties

Every node shares these.

  • Name — the node's display name on the canvas.
  • Color — the node's colour on the canvas.
  • Delay Before (sec) — wait this long before the node runs.
  • Delay After (sec) — wait this long after the node runs.
  • Continue On Error — carry on instead of failing the flow. Defaults to false.
info

When Continue On Error is true the error is not raised at all, so a Catch node will not see it either.

Inputs

PropertyFieldDescription
Client IDinClientIDClient ID from Connect node
End TimeinEndTimeEnd of the time range in ISO 8601 UTC (e.g. 2024-08-20T00:00:00Z)
Event Type IDinEventTypeIDEvent type ID (use this OR Event Type Slug + Username)
Event Type SluginEventTypeSlugEvent type slug (requires Username,alternative to Event Type ID)
Start TimeinStartTimeStart of the time range in ISO 8601 UTC (e.g. 2024-08-13T00:00:00Z)
UsernameinUsernameCal.com username (required with Event Type Slug)

Outputs

PropertyFieldDescription
ResultoutResultFull API response with slots grouped by date
SlotsoutSlotsAvailable time slots grouped by date

Options

PropertyFieldDescription
CredentialsoptCredentialsCal.com API key (optional if using Connect node)
Duration (minutes)optDurationCustom slot duration (optional,overrides event type default)
Time ZoneoptTimeZoneConvert slots to this timezone (e.g. Europe/London)

Requirements

  • A Client ID from this package's Connect node, unless you set credentials directly on this node.
  • Cal.com API Key — API key for Cal.com authentication
    • value — API Key (password, required). Your Cal.com API key from Settings > Security
    • base_url — Base URL (text, optional). API base URL (leave empty for cal.com cloud, set for self-hosted)

Store these in a Vault and reference the vault item from the node, rather than typing the secret into the property.

Connect · Disconnect · Create Booking · Get Booking · List Bookings · Cancel Booking · Reschedule Booking · List Event Types · Create Event Type · Update Event Type and 3 more

See also