Calendly · Schema

Calendly Scheduled Event

A scheduled event represents a booked meeting in Calendly with a specific start time, end time, location, host memberships, and associated invitees.

AppointmentsAutomationBookingCalendarsMeetingsScheduling

Properties

Name Type Description
uri string The canonical URI of the scheduled event resource.
name string The name of the scheduled event, inherited from the event type.
status string The current status of the scheduled event.
start_time string The start time of the event in UTC (ISO 8601 format).
end_time string The end time of the event in UTC (ISO 8601 format).
event_type string The URI of the event type this event was created from.
location object
invitees_counter object
cancellation object
event_memberships array The list of users who are members (hosts) of this event.
event_guests array Additional guests invited to the event beyond the primary invitee.
created_at string The timestamp when the event was created.
updated_at string The timestamp when the event was last updated.
View JSON Schema on GitHub