Create Cal.com booking from new Google Sheets row
This action creates a new booking on a Cal.com event type.
Developer info
- API endpoint slug
- cal_com.create_booking
- Filter code method
- CalCom.createBooking.skip(string?: reason)
- Runtime method
- runAction("cal_com.create_booking", {})
Action fields
Event type Dropdown list
- Label
- Event type
- Slug
- event_type_id
- Required
- true
- Can have default value
- false
Start Text input > ISO 8601 date and time
- Label
- Start time
- Helper text
- When the meeting should start, in your IFTTT account's time zone. Examples: "May 10, 2026 3:30 PM" or "2026-05-10 15:30". Must align with a bookable slot for the event type.
- Slug
- start
- Required
- true
- Can have default value
- true
- Filter code method
- CalCom.createBooking.setStart(string: start)
Attendee name Text input > Title
- Label
- Attendee name
- Slug
- attendee_name
- Required
- true
- Can have default value
- true
- Filter code method
- CalCom.createBooking.setAttendeeName(string: attendee_name)
Attendee email Text input > Short text
- Label
- Attendee email
- Slug
- attendee_email
- Required
- true
- Can have default value
- true
- Filter code method
- CalCom.createBooking.setAttendeeEmail(string: attendee_email)
