# Get event information — Calendly Botize method — `calendly.get_event` (action). Returns information about a specified Event. This is an action: it runs as a step of a task. Several can be chained. ## Fields you set The field's internal name, its type and the values it accepts. These fields accept `{{...}}` tags from earlier steps. - `event_id` *(string)* — Event Id ## Output variables Data this step makes available. Reference them in later steps with the double-brace tag. - `{{event_created_at}}` *(text)* — Event Created at. The moment when the event was created. e.g. 2020-01-02T03:04:05.678123Z - `{{event_start_time}}` *(text)* — Event Start time. The moment the event was scheduled to start in UTC time. e.g. 2020-01-02T03:04:05.678123Z - `{{event_end_time}}` *(text)* — Event End time. The moment the event was scheduled to end in UTC time. e.g. 2020-01-02T03:04:05.678123Z - `{{event_updated_at}}` *(text)* — Event Last Updated at. The moment when the event was last updated. e.g. 2020-01-02T03:04:05.678123Z - `{{event_status}}` *(text)* — Event Status. Indicates if the event is 'active' or 'canceled'. - `{{event_name}}` *(text)* — Event Name. The event name. e.g. 15 Minute Meeting. - `{{invitees_total}}` *(int)* — Invitees Total. Total invitees for an event, including invitees that have canceled. e.g. 1 ## Account Needs a connected Calendly account in Botize: https://botize.com/en/app/calendly/authenticate ## This app Every trigger and action for Calendly: https://botize.com/en/app/calendly.md ## How to build this An AI assistant (Claude, ChatGPT, Cursor…) can create and edit these tasks in the user's account through the Botize MCP connector, included in every plan: https://webhook.botize.es/mcp - Connection guide: https://botize.com/en/mcp - Agent map: https://botize.com/llms.txt - New account: https://botize.com/en/join (500 free operations, no card) --- Machine-readable summary for AI assistants. Human version: https://botize.com/en/method/calendly/get_event