> ## Documentation Index
> Fetch the complete documentation index at: https://cal.id/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Custom Event Name in Booking

> Use dynamic variables in Cal ID to customize how each booking appears on your calendar and the guest's calendar with names, event types, and questions.

Change how meetings appear on both your calendar and your guest's calendar. With **Custom Event Names**, you can replace the generic default title with dynamic variables that pull in specific details from each booking automatically.

By default, Cal ID often titles events as `\{Event type title\} with \{Scheduler\}`. Customizing this makes your calendar far more scannable.

## Why use custom event names?

* **Instant context:** Identify who you're meeting with and the topic without opening the event details.
* **Better organization:** Useful if you manage multiple locations or a high volume of similar meetings.
* **Professional branding:** Create clear, customized titles.

## Available variables

Use these tags to pull information directly from the booking request. Keep them wrapped in backticks or escaped so Cal ID treats them as tokens.

| Variable                 | Inserts                                             |
| ------------------------ | --------------------------------------------------- |
| `{Event type title}`     | The name you gave the event (e.g., "Weekly Sync")   |
| `{Event Duration}`       | The event duration                                  |
| `{Organiser}`            | Your full name                                      |
| `{Organiser first name}` | Your first name                                     |
| `{Scheduler}`            | The full name of the person who booked the meeting  |
| `{Scheduler first name}` | The first name of the person who booked the meeting |

## How to set it up

<Steps>
  <Step title="Go to Event Types">
    Click on **Event Types** in the left sidebar.
  </Step>

  <Step title="Select an event">
    Click on the event you want to customize.
  </Step>

  <Step title="Navigate to Advanced">
    Click on the **Advanced** tab in the top navigation bar.
  </Step>

  <Step title="Find &#x22;Event Name&#x22;">
    Navigate to the **Event name** field.

    <Frame>
      <img src="https://mintcdn.com/cal-id-docs/3fu9CIn5wG7tNW3N/images/event-types/custom-event-name-1.png?fit=max&auto=format&n=3fu9CIn5wG7tNW3N&q=85&s=766e170b8f9fd144e5449f4091f3c7b4" alt="Event name field" width="1499" height="816" data-path="images/event-types/custom-event-name-1.png" />
    </Frame>
  </Step>

  <Step title="Edit the title">
    Type your desired format using the variables (e.g., `{Event type title} | {Scheduler}`).

    <Frame>
      <img src="https://mintcdn.com/cal-id-docs/3fu9CIn5wG7tNW3N/images/event-types/custom-event-name-2.png?fit=max&auto=format&n=3fu9CIn5wG7tNW3N&q=85&s=ef414a91a47e390590dfd76cb3611c68" alt="Editing the custom event title" width="1600" height="856" data-path="images/event-types/custom-event-name-2.png" />
    </Frame>
  </Step>

  <Step title="Save">
    Click the **Save** button at the top right.
  </Step>
</Steps>

<Note>
  **Split names:** If you've enabled "Split full name into first and last name" on your booking page, you can also use more specific variables like `{Scheduler first name}` in your event title.
</Note>


## Related topics

- [Custom 'Reply-To' Email](/docs/event-types/advanced/custom-reply-to.md)
- [Add Events to Calendar](/docs/event-types/advanced/add-to-calendar.md)
- [Hide Organizer's Email](/docs/event-types/advanced/hide-organizer-email.md)
- [Booking Success Redirect Parameters](/docs/event-types/advanced/success-redirect-params.md)
