# Update an appointment status

## Where to change a status

1. Open **Calendar** and click the appointment.
2. In the info panel, go to **Attendance** and choose **Arrived**, **Missed**, or **Canceled**.

<figure><img src="/files/ddvgM1i75Os4qPO4Mioj" alt="" width="328"><figcaption></figcaption></figure>

***

## Mark appointments as arrived

* Open the appointment → Attendance → Click **Arrived**.
* Use this when the client has checked in.

**What happens**

* The appointment is recorded as **Arrived**.
* A check mark appears on the appointment in the calendar.

{% columns %}
{% column %}

<figure><img src="/files/HYrPr0PdE5Sbu2Gs6aTe" alt=""><figcaption></figcaption></figure>
{% endcolumn %}

{% column %}

<figure><img src="/files/CL9jmnXrKYfbzlIN4nLZ" alt=""><figcaption></figcaption></figure>

{% endcolumn %}
{% endcolumns %}

***

## Mark appointments as missed

* Open the appointment → Attendance → Click **Missed**.

**What happens**

* The appointment remains on the calendar but is marked **Missed** (no-show).
* No client message is sent by default.
* You can still add notes or invoice if your policy allows.
* The appointment colour shows **red** on the calendar with an **exclamation-mark** badge.

{% columns %}
{% column %}

<figure><img src="/files/rvDyu5onWmvZ31fIsPfH" alt=""><figcaption></figcaption></figure>

{% endcolumn %}

{% column %}

<figure><img src="/files/8cwuZNTCSlSyrYqOeD5G" alt=""><figcaption></figcaption></figure>

{% endcolumn %}
{% endcolumns %}

***

## Mark appointments as canceled

* Open the appointment → **Attendance** → Click **Canceled.**
* Enter (**cancellation reason**, **date and time**, **notes**, and (for repeating appointments) choose whether to **cancel future appointments**.
* See [Cancel an appointment](/using-caspen/calendar/appointments/cancel-an-appointment.md) for full steps.

**What happens**

* The appointment is removed from the calendar, freeing the time for new bookings.
* Any rooms or resources linked to the appointment become available again.

<div align="left"><figure><img src="/files/k0OO4lCHkXKUyV7pJ42S" alt="" width="271"><figcaption></figcaption></figure></div>

***

## Change an incorrect status

Open the appointment, click the current status under **Attendance**, and the status options will reappear. Then select **Arrived**, **Missed**, or **Canceled**.

***

**Need to find a canceled appointment?** Canceled appointments don’t appear on the calendar.\
Go to **Schedule** and filter by **Canceled** under Status. For more details, see [Schedule](/using-caspen/schedule.md).

***

## FAQ

<details>

<summary>What’s the difference between missed and canceled appointments?</summary>

**Canceled** means the booking was called off before it started. **Missed** means the client did not attend. A canceled appointment (in the future) frees the slot, while a missed one stays recorded as not attended.&#x20;

</details>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://support.caspen.com/using-caspen/calendar/appointments/update-an-appointment-status.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
