---
title: AppSchema.CalendarEntity
framework: appintents
role: symbol
role_heading: Protocol
path: appintents/appschema/calendarentity
---

# AppSchema.CalendarEntity

Identifies entity schemas in the calendar domain.

## Declaration

```swift
protocol CalendarEntity : AppSchema.Kind
```

## Topics

### Instance Properties

- [attendee](appintents/appschema/calendarentity/attendee.md)
- [calendar](appintents/appschema/calendarentity/calendar.md)
- [event](appintents/appschema/calendarentity/event.md)

## Relationships

### Inherits From

- [AppSchema.Kind](appintents/appschema/kind.md)

### Conforming Types

- [AppSchema.Entity](appintents/appschema/entity.md)

## See Also

### Content and parameter types

- [attendee](appintents/appschema/calendarentity/attendee.md)
- [calendar](appintents/appschema/calendarentity/calendar.md)
- [event](appintents/appschema/calendarentity/event.md)
