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
| Property | Field | Description |
|---|---|---|
| Client ID | inClientID | Client ID from Connect node |
| End Time | inEndTime | End of the time range in ISO 8601 UTC (e.g. 2024-08-20T00:00:00Z) |
| Event Type ID | inEventTypeID | Event type ID (use this OR Event Type Slug + Username) |
| Event Type Slug | inEventTypeSlug | Event type slug (requires Username,alternative to Event Type ID) |
| Start Time | inStartTime | Start of the time range in ISO 8601 UTC (e.g. 2024-08-13T00:00:00Z) |
| Username | inUsername | Cal.com username (required with Event Type Slug) |
Outputs
| Property | Field | Description |
|---|---|---|
| Result | outResult | Full API response with slots grouped by date |
| Slots | outSlots | Available time slots grouped by date |
Options
| Property | Field | Description |
|---|---|---|
| Credentials | optCredentials | Cal.com API key (optional if using Connect node) |
| Duration (minutes) | optDuration | Custom slot duration (optional,overrides event type default) |
| Time Zone | optTimeZone | Convert 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 > Securitybase_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.
Related nodes
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
- Cal.com — every node in this package
- Message object — how properties read values from
msg - Handling failure — Continue On Error, Catch and retries