Enum AppointmentExternalOwner
Namespace: SuperOffice.WebApi.DataAssembly: SuperOffice.WebApi.dll An external owner system for appointments (Outlook, Google…) This Enum is used by: appointment.owned_externally
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