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

> Lists the enum values for AppointmentExternalOwner.

## AppointmentExternalOwner Enum

Set if an external system owns this appointment.

| Name    | Value | Description                             |
| ------- | ----- | --------------------------------------- |
| None    | 0     | No external owner                       |
| Other   | 1     | An external system owns the appointment |
| Outlook | 2     | Outlook owns the appointment            |
| Google  | 3     | Google owns the appointment             |

## Usage

* [appointment](../appointment).owned\_externally - 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

- [SuperOffice.WebApi.Data.AppointmentExternalOwner](/en/api/reference/webapi/SuperOffice.WebApi.Data.AppointmentExternalOwner.md)
- [Enum values for ExternalOwner](/en/database/tables/enums/externalowner.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.Appointment](/en/api/reference/webapi/SuperOffice.WebApi.Data.Appointment.md)
- [Enum values for RelationToOwner](/en/database/tables/enums/relationtoowner.md)
