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

> Lists the enum values for AppointmentCautionWarning.

## AppointmentCautionWarning Enum

Status field to indicate appointments that have some sort of problem

| Name                                 | Value | Description                                                                           |
| ------------------------------------ | ----- | ------------------------------------------------------------------------------------- |
| OK                                   | 0     | OK - no special warnings                                                              |
| NotInSync                            | 1     | Possibly not in sync with external systems                                            |
| NotNotifiedByEmail                   | 2     | Updated without sending email notifications                                           |
| RecurrencePatternNotSupported        | 3     | This recurrence pattern might not be supported in the external participants calendars |
| IncomingRecurrenceChangeNotSupported | 4     | A requested change to a recurrence appointment was not supported                      |
| ExternalParticipantsDateTimeMismatch | 5     | Time and date may be wrong for external participants due to unsupported changes       |

## Usage

* [appointment](../appointment).cautionWarning - 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 AppointmentCautionWarning](/en/automation/crmscript/reference/CRMScript.NetServer.AppointmentCautionWarning.md)
- [SuperOffice.WebApi.Data.AppointmentCautionWarning](/en/api/reference/webapi/SuperOffice.WebApi.Data.AppointmentCautionWarning.md)
- [Namespace CRMScript.NetServer](/en/automation/crmscript/reference/CRMScript.NetServer.md)
- [appointmentcautionwarning](/en/api/mdo-providers/reference/appointmentcautionwarning.md)
- [SuperOffice.WebApi.Data.AppointmentEntity](/en/api/reference/webapi/SuperOffice.WebApi.Data.AppointmentEntity.md)
- [SuperOffice.WebApi.Data.Appointment](/en/api/reference/webapi/SuperOffice.WebApi.Data.Appointment.md)
