Calendly · Schema

Calendly Invitee

An invitee is a person who has booked or been booked for a scheduled event in Calendly, including their contact information, booking details, custom question answers, and tracking parameters.

AppointmentsAutomationBookingCalendarsMeetingsScheduling

Properties

Name Type Description
uri string The canonical URI of the invitee resource.
email string The email address of the invitee.
first_name string The first name of the invitee.
last_name string The last name of the invitee.
name string The full name of the invitee.
status string The current status of the invitee.
timezone string The IANA timezone of the invitee (e.g., America/New_York).
event string The URI of the associated scheduled event.
text_reminder_number stringnull The phone number for text reminders, if provided.
rescheduled boolean Whether this invitee was rescheduled from a previous event.
old_invitee stringnull The URI of the previous invitee if this was a rescheduled booking.
new_invitee stringnull The URI of the new invitee if this booking was rescheduled to a new one.
cancel_url string The URL for the invitee to cancel the event.
reschedule_url string The URL for the invitee to reschedule the event.
routing_form_submission stringnull The URI of the routing form submission that led to this booking, if applicable.
cancellation object
payment object
questions_and_answers array The invitee's answers to custom questions on the event type booking page.
tracking object
created_at string The timestamp when the invitee was created.
updated_at string The timestamp when the invitee was last updated.
View JSON Schema on GitHub