schedule_event
Schedule a meeting by creating an invitee for a Calendly event type at a specified start time, with invitee details, timezone, location, and optional guests or custom questions.
Instructions
Schedule a meeting by creating an invitee for a specific event type and time
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| event_type | Yes | URI of the event type to schedule | |
| start_time | Yes | Start time for the event (ISO 8601 UTC format, e.g., 2025-10-02T18:30:00Z) | |
| utm_medium | No | UTM tracking parameter for medium | |
| utm_source | No | UTM tracking parameter for source | |
| event_guests | No | Array of additional email addresses to include (max 10) | |
| invitee_name | No | Full name of the invitee (alternative to first_name/last_name) | |
| utm_campaign | No | UTM tracking parameter for campaign | |
| invitee_email | Yes | Email address of the invitee | |
| invitee_phone | No | Phone number for SMS reminders (E.164 format, e.g., +14155551234) | |
| location_kind | No | Type of meeting location (e.g., zoom_conference, google_conference, physical, ask_invitee) | |
| invitee_timezone | Yes | Timezone of the invitee (e.g., America/New_York) | |
| location_details | No | Location details (required for physical meetings or custom locations) | |
| invitee_last_name | No | Last name of the invitee | |
| invitee_first_name | No | First name of the invitee | |
| questions_and_answers | No | Array of question and answer pairs for booking form |