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

> Lists the enum values for AppointmentPrivate.

## AppointmentPrivate Enum

Obsolete, but still maintained field for appointment privacy; denormalization of visiblefor status

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

## Usage

* [appointment](../appointment).private - Tasks, appointments, followups, phone calls; and documents (document\_id != 0). An appointment always has a corresponding record in VisibleFor specifying who may see this.


## Related topics

- [Enum AppointmentPrivate](/en/automation/crmscript/reference/CRMScript.NetServer.AppointmentPrivate.md)
- [SuperOffice.WebApi.Data.AppointmentPrivate](/en/api/reference/webapi/SuperOffice.WebApi.Data.AppointmentPrivate.md)
- [Namespace CRMScript.NetServer](/en/automation/crmscript/reference/CRMScript.NetServer.md)
- [Enum values for AppointmentStatus](/en/database/tables/enums/appointmentstatus.md)
- [Enum values for AppointmentType](/en/database/tables/enums/appointmenttype.md)
- [Enum values for AppointmentCautionWarning](/en/database/tables/enums/appointmentcautionwarning.md)
