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

# Enum AppointmentStatus

> Value for field 'status' in table 'appointment'.

Value for field 'status' in table 'appointment'.

## Syntax

```crmscript theme={null}
AppointmentStatus
```

## Fields

| Name               | Description                                                                                                    |
| ------------------ | -------------------------------------------------------------------------------------------------------------- |
| UnknownOrPostIt    | Appointment is not initialized or it is a Post-IT for users diary, used together with ApointmentType.Note only |
| NotStarted         | Appointment has not been started                                                                               |
| Started            | Appointment has been started, but not completed                                                                |
| Completed          | Appointment is completed                                                                                       |
| Hidden             | Appointment is hidden                                                                                          |
| Booking            | Appointment is a booking invitation (initial status for a booking)                                             |
| BookingMoved       | Appointment is a booking that has been moved since it was seen by the invitee                                  |
| BookingSeen        | Appointment is a booking and has been seen, but neither accepted nor rejected                                  |
| BookingMovedSeen   | Appointment is a booking that has been moved. The movement has been seen but neither accepted nor rejected     |
| BookingDeclined    | Appointment is a booking that has been seen and declined                                                       |
| BookingDeleted     | Status of 'child' appointment whose 'mother' has been deleted (the meeting is cancelled)                       |
| Assignment         | You are assigned this appointment (initial status, like Booking(5) )                                           |
| AssignmentSeen     | You have seen the assignment, but not yet declined or accepted it                                              |
| AssignmentDeclined | You have declined the appointment assigned to you                                                              |


## Related topics

- [Enum values for AppointmentStatus](/en/database/tables/enums/appointmentstatus.md)
- [SuperOffice.WebApi.Data.AppointmentStatus](/en/api/reference/webapi/SuperOffice.WebApi.Data.AppointmentStatus.md)
- [appointment table](/en/database/tables/appointment.md)
- [SuperOffice.WebApi.Agents.AppointmentAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.AppointmentAgent.md)
- [SuperOffice.WebApi.Agents.IAppointmentAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.IAppointmentAgent.md)
- [Namespace CRMScript.NetServer](/en/automation/crmscript/reference/CRMScript.NetServer.md)
