<!--
{
  "availability" : [
    "iOS: 27.0.0 -",
    "iPadOS: 27.0.0 -",
    "macCatalyst: -",
    "macOS: 27.0.0 -",
    "visionOS: 27.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AppIntents",
  "identifier" : "/documentation/AppIntents/AppSchema/CalendarEnum",
  "metadataVersion" : "0.1.0",
  "role" : "Protocol",
  "symbol" : {
    "kind" : "Protocol",
    "modules" : [
      "App Intents",
      "AppIntents"
    ],
    "preciseIdentifier" : "s:10AppIntents0A6SchemaV12CalendarEnumP"
  },
  "title" : "AppSchema.CalendarEnum"
}
-->

# AppSchema.CalendarEnum

Identifies enum schemas in the calendar domain.

```
protocol CalendarEnum : AppSchema.Kind
```

## Topics

### Instance Properties

[`var attendeeStatus: some AppSchemaEnum`](/documentation/AppIntents/AppSchema/CalendarEnum/attendeeStatus)

An enum schema for an attendee status parameter.

[`var attendeeType: some AppSchemaEnum`](/documentation/AppIntents/AppSchema/CalendarEnum/attendeeType)

An enum schema for an attendee type parameter.

[`var eventSpan: some AppSchemaEnum`](/documentation/AppIntents/AppSchema/CalendarEnum/eventSpan)

An enum schema for an event span parameter.

[`var eventStatus: some AppSchemaEnum`](/documentation/AppIntents/AppSchema/CalendarEnum/eventStatus)

An enum schema for an event status parameter.

## Relationships

### Conforming Types

[`Enum`](/documentation/AppIntents/AppSchema/Enum)

### Inherits From

[`Kind`](/documentation/AppIntents/AppSchema/Kind)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)