Docs/App Integrations/Calendar

Calendar

App Integrations

Calendar Node

Overview

Supports the following operations: Cal.com, Calendly, Create Booking, Check Availability / Slots, List Event Types.

Configuration

PropertyTypeDefaultDescription
api_keystring—Configuration field for api_key
start_timestring—Configuration field for start_time
attendee_namestring—Configuration field for attendee_name
attendee_emailstring—Configuration field for attendee_email
end_timestring—Configuration field for end_time
event_type_idstring—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