> ## Documentation Index
> Fetch the complete documentation index at: https://superofficeas-bugfix-ty-screen-designer-paradox.mintlify.site/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.
