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

# SuperOffice.WebApi.Data.AppointmentPrivate

# <a id="SuperOffice_WebApi_Data_AppointmentPrivate" /> Enum AppointmentPrivate

Namespace: [SuperOffice.WebApi.Data](SuperOffice.WebApi.Data.md)\
Assembly: SuperOffice.WebApi.dll

Value for field 'private' in table 'appointment'.
This Enum is used by:  appointment.private

```csharp theme={null}
public enum AppointmentPrivate : short
```

## Fields

`PrivateGroup = 2`

2: This appointment can only be read by members of the owners group

`PrivateUser = 1`

1: This appointment can only be read/seen by the owner

`Public = 0`

0: This appointment can be read by anyone


## Related topics

- [SuperOffice.WebApi.Data.Appointment](/en/api/reference/webapi/SuperOffice.WebApi.Data.Appointment.md)
- [SuperOffice.WebApi.Data.AppointmentEntity](/en/api/reference/webapi/SuperOffice.WebApi.Data.AppointmentEntity.md)
- [SuperOffice.WebApi.Data.AppointmentInfo](/en/api/reference/webapi/SuperOffice.WebApi.Data.AppointmentInfo.md)
- [SuperOffice.WebApi.Data.ArchiveListItem](/en/api/reference/webapi/SuperOffice.WebApi.Data.ArchiveListItem.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)
