> ## 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.

# Attendee Calendar Invite Status

> Decide whether Cal ID adds attendees to the calendar invitation as already accepted or asks them to respond to it first.

The **Attendee calendar invite status** setting controls how attendees appear on the calendar invitation for an event type. You either ask them to respond to the invite, or add them as already accepted so they have nothing to click.

This setting is about the calendar invitation only. It does not decide whether the booking itself is confirmed, pending, or cancelled.

## Where to find the setting

Open the event type, go to the **Advanced** tab, and look for **Attendee calendar invite status**.

**Path:** **Event Type → Advanced → Attendee calendar invite status**

<Frame caption="Choosing how attendees are invited">
  <img src="https://mintcdn.com/cal-id-docs/OFDlKgqw4hqRjJ0t/images/event-types/attendee-invite-status-1.png?fit=max&auto=format&n=OFDlKgqw4hqRjJ0t&q=85&s=98ed8cfb31676d898b924d3951a73fc1" alt="Advanced tab of an event type with the Attendee calendar invite status dropdown showing the Needs response and Accepted options" width="2880" height="1800" data-path="images/event-types/attendee-invite-status-1.png" />
</Frame>

## Needs response

With **Needs response** selected, the attendee receives a calendar invitation that asks for a reply. They can accept, mark it as maybe, or decline from their own calendar application.

What happens:

* The attendee receives a calendar invitation.
* The invitation starts out requiring a response.
* The attendee is expected to respond.
* The organizer is unaffected and stays accepted.

For example, if a customer books an event set to **Needs response**, they receive the invitation and choose whether to accept or decline it.

<Frame caption="Asking attendees to RSVP">
  <img src="https://mintcdn.com/cal-id-docs/fOAOI1ikBhLgESmR/images/event-types/attendee-invite-status-2.png?fit=max&auto=format&n=fOAOI1ikBhLgESmR&q=85&s=2fd3cce78f1f851dcfd27ce768033870" alt="Calendar invitation showing yes, maybe, and no response options for the attendee" width="482" height="844" data-path="images/event-types/attendee-invite-status-2.png" />
</Frame>

Choose this option when you want attendees to confirm explicitly that they will attend.

## Accepted

With **Accepted** selected, the attendee is added to the calendar as already accepted. There is no invitation to act on.

What happens:

* The attendee is added to the calendar as accepted.
* The attendee does not need to respond.
* The organizer is accepted, as always.
* Additional guests still need to respond.

For example, if a customer books an event set to **Accepted**, they are added to the calendar as an accepted attendee automatically.

<Frame caption="Skipping the RSVP step entirely">
  <img src="https://mintcdn.com/cal-id-docs/fOAOI1ikBhLgESmR/images/event-types/attendee-invite-status-3.png?fit=max&auto=format&n=fOAOI1ikBhLgESmR&q=85&s=d731c60966bf607c3e2b0c8252723274" alt="Calendar entry showing the attendee listed as accepted with no response needed" width="488" height="852" data-path="images/event-types/attendee-invite-status-3.png" />
</Frame>

Choose this option when attendees should count as confirmed on the calendar without any manual step.

## Organizers and additional guests

Two roles sit outside this setting entirely.

* **Organizers are always accepted**, whichever option you pick. Changing the setting does not change the organizer's status.
* **Additional guests always need to respond.** If an attendee invites other guests to the event, those guests are not marked as accepted by this setting and must respond to their own calendar invitations.

## Needs response vs. Accepted

| Role or setting       | Status on the calendar                         | Response needed? |
| --------------------- | ---------------------------------------------- | ---------------- |
| **Needs response**    | Invitation is sent and a response is requested | Yes              |
| **Accepted**          | Attendee is added as accepted                  | No               |
| **Organizer**         | Always accepted                                | No               |
| **Additional guests** | Response required                              | Yes              |

<Note>
  This setting controls the attendee's calendar invitation status only. It does not mean the booking itself is cancelled, pending, or confirmed — check **Bookings** for the booking's real state.
</Note>

## Common questions

<AccordionGroup>
  <Accordion title="What is the difference between Needs response and Accepted?">
    **Needs response** asks the attendee to respond to the calendar invitation. **Accepted** adds the attendee to the calendar as accepted, with nothing for them to click.
  </Accordion>

  <Accordion title="Does this setting affect the organizer?">
    No. Organizers are always accepted, regardless of which option you select.
  </Accordion>

  <Accordion title="Do additional guests need to respond?">
    Yes. Additional guests always need to respond, whether the event type is set to **Needs response** or **Accepted**.
  </Accordion>

  <Accordion title="If I select Accepted, does the attendee still have to accept?">
    No. With **Accepted** selected, the attendee is already added as accepted.
  </Accordion>

  <Accordion title="Does this setting control whether the event is confirmed?">
    No. It controls the attendee's calendar invitation status, not the booking's status.
  </Accordion>
</AccordionGroup>

## Related invite and calendar settings

<CardGroup cols={2}>
  <Card title="Add to calendar" icon="calendar-plus" href="/docs/event-types/advanced/add-to-calendar">
    Choose which connected calendar receives the bookings for this event type.
  </Card>

  <Card title="Google Calendar" icon="google" href="/docs/apps/google-calendar">
    Connect Google Calendar so invitations and RSVPs sync both ways.
  </Card>

  <Card title="View booking details" icon="list" href="/docs/bookings/view-details">
    Check attendee information and the booking's actual status.
  </Card>

  <Card title="Disable rescheduling and cancelling" icon="ban" href="/docs/event-types/advanced/disable-reschedule-cancel">
    Control what attendees can change after they book.
  </Card>
</CardGroup>


## Related topics

- [Add Events to Calendar](/docs/event-types/advanced/add-to-calendar.md)
- [Connect Google Calendar](/docs/apps/google-calendar.md)
- [View Booking Details](/docs/bookings/view-details.md)
- [Disable Rescheduling and Cancelling](/docs/event-types/advanced/disable-reschedule-cancel.md)
