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

# SuperOffice.WebApi.Data.AppointmentExternalOwner

# <a id="SuperOffice_WebApi_Data_AppointmentExternalOwner" /> Enum AppointmentExternalOwner

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

An external owner system for appointments (Outlook, Google...)
This Enum is used by:  appointment.owned\_externally

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

## Fields

`Google = 3`

3: Google owns the appointment

`None = 0`

0: No external owner

`Other = 1`

1: An external system owns the appointment

`Outlook = 2`

2: Outlook owns the appointment
