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 | — | Configuration field for api_key |
start_time | string | — | Configuration field for start_time |
attendee_name | string | — | Configuration field for attendee_name |
attendee_email | string | — | Configuration field for attendee_email |
end_time | string | — | Configuration field for end_time |
event_type_id | string | — | Configuration field for event_type_id |
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.
Try Calendar in Your Workflow
Create a free account and start building AI-powered workflows with the Calendar node.
Open Workflow Editor