---
title: AppSchema.CalendarIntent
framework: appintents
role: symbol
role_heading: Protocol
path: appintents/appschema/calendarintent
---

# AppSchema.CalendarIntent

Identifies intent schemas in the calendar domain.

## Declaration

```swift
protocol CalendarIntent : AppSchema.Kind
```

## Topics

### Instance Properties

- [createEvent](appintents/appschema/calendarintent/createevent.md)
- [deleteEvents](appintents/appschema/calendarintent/deleteevents.md)
- [updateEvent](appintents/appschema/calendarintent/updateevent.md)

## Relationships

### Inherits From

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

### Conforming Types

- [AppSchema.Intent](appintents/appschema/intent.md)

## See Also

### Actions

- [createEvent](appintents/appschema/calendarintent/createevent.md)
- [deleteEvents](appintents/appschema/calendarintent/deleteevents.md)
- [updateEvent](appintents/appschema/calendarintent/updateevent.md)
