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

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

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

## Syntax

```crmscript theme={null}
AppointmentPrivate
```

## Fields

| Name         | Description                                                      |
| ------------ | ---------------------------------------------------------------- |
| Public       | This appointment can be read by anyone                           |
| PrivateUser  | This appointment can only be read/seen by the owner              |
| PrivateGroup | This appointment can only be read by members of the owners group |


## Related topics

- [Enum values for AppointmentPrivate](/en/database/tables/enums/appointmentprivate.md)
- [SuperOffice.WebApi.Data.AppointmentPrivate](/en/api/reference/webapi/SuperOffice.WebApi.Data.AppointmentPrivate.md)
- [appointment table](/en/database/tables/appointment.md)
- [Namespace CRMScript.NetServer](/en/automation/crmscript/reference/CRMScript.NetServer.md)
- [NSAppointment](/en/automation/crmscript/reference/CRMScript.NetServer.NSAppointment.md)
- [NSAppointmentEntity](/en/automation/crmscript/reference/CRMScript.NetServer.NSAppointmentEntity.md)
