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

> Status if this appointment represents an invitation

Status if this appointment represents an invitation

## Syntax

```crmscript theme={null}
InvitationStatus
```

## Fields

| Name       | Description                                                                                                                                        |
| ---------- | -------------------------------------------------------------------------------------------------------------------------------------------------- |
| Unknown    | Unknown - used when initializing                                                                                                                   |
| None       | 1: Default value when the appointment is not a booking child                                                                                       |
| Accepted   | 2: The invitation has been accepted                                                                                                                |
| Hidden     | 4: Hidden                                                                                                                                          |
| Invitation | 5: An invitation to a meeting not observed by the attending party                                                                                  |
| Moved      | 6: The meeting has been moved                                                                                                                      |
| Seen       | 7: An invitation to a meeting observed by the attending party. This can also be viewed upon as a tentative response to participate in the meeting. |
| MovedSeen  | 8: The meeting has been moved, and this is observed by the attending party                                                                         |
| Declined   | 9: The invitation has been declined/rejected                                                                                                       |
| Cancelled  | 10: The meeting has been cancelled.                                                                                                                |


## Related topics

- [SuperOffice.WebApi.Data.InvitationStatus](/en/api/reference/webapi/SuperOffice.WebApi.Data.InvitationStatus.md)
- [SuperOffice.WebApi.Data.AlarmData](/en/api/reference/webapi/SuperOffice.WebApi.Data.AlarmData.md)
- [SuperOffice.WebApi.Data.Appointment](/en/api/reference/webapi/SuperOffice.WebApi.Data.Appointment.md)
- [SuperOffice.WebApi.Data.ParticipantInfo](/en/api/reference/webapi/SuperOffice.WebApi.Data.ParticipantInfo.md)
- [SuperOffice.WebApi.Data.AppointmentEntity](/en/api/reference/webapi/SuperOffice.WebApi.Data.AppointmentEntity.md)
- [Namespace CRMScript.NetServer](/en/automation/crmscript/reference/CRMScript.NetServer.md)
