Calendar
App IntegrationsCalendar Node
Overview
Supports the following operations: Cal.com, Calendly, Create Booking, Check Availability / Slots, List Event Types.
Configuration
| Property | Type | Default | Description |
|---|---|---|---|
api_key | string | — | Api key for this node |
start_time | string | — | Start time for this node |
attendee_name | string | — | Attendee name for this node |
attendee_email | string | — | Attendee email for this node |
end_time | string | — | End time for this node |
event_type_id | string | — | Event type id for this node |
Output Variables
Reference these variables in downstream nodes using the {{node.field}} syntax.
{{calendar.event_id}}anyOutput field: event_id
{{calendar.link}}anyOutput field: link
{{calendar.status}}anyOutput field: status
{{calendar.is_available}}anyOutput field: is_available
{{calendar.busy_slots}}anyOutput field: busy_slots
Examples
Basic Usage
Example configuration:
{
"api_key": "value",
"start_time": "value",
"attendee_name": "value",
"attendee_email": "value",
"end_time": "value",
"event_type_id": "value"
}Tips & Best Practices
- •Ensure all required fields are configured.
- •Check the output variables to see available data.
- •Verify your connection credentials are configured in Settings > Integrations.
Try Calendar in Your Workflow
Create a free account and start building AI-powered workflows with the Calendar node.
Open Workflow Editor