---
title: Calendar
framework: appintents
role: collectionGroup
role_heading: API Collection
path: appintents/app-schema-domain-calendar
---

# Calendar

Make your calendar app’s actions available to Apple Intelligence and Siri by adopting schemas for common calendar actions.

## Overview

Overview The .calendar domain defines app schemas that provide a structured representation for common calendar actions and content. Apply schemas in the .calendar domain to make your app’s calendar functionality available to Apple Intelligence and Siri. The following table maps example phrases that apply to each schema:  |   |   |   |  tip: Xcode generates a template implementation when you type calendar_ and select a schema from the suggestions list. For more information about making your app’s actions available to Apple Intelligence and Siri, see Apple Intelligence and Siri AI.

## Topics

### Essentials

- [Integrating your calendar app with Apple Intelligence](appintents/integrating-your-calendar-app-with-apple-intelligence.md)

### Actions

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

### Content and parameter types

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

### Types for static parameters

- [attendeeStatus](appintents/appschema/calendarenum/attendeestatus.md)
- [attendeeType](appintents/appschema/calendarenum/attendeetype.md)
- [eventSpan](appintents/appschema/calendarenum/eventspan.md)
- [eventStatus](appintents/appschema/calendarenum/eventstatus.md)
- [AppSchema.CalendarEnum](appintents/appschema/calendarenum.md)

## See Also

### Primary domains

- [Audio](appintents/app-schema-domain-audio.md)
- [Camera](appintents/app-schema-domain-camera.md)
- [Clock](appintents/app-schema-domain-clock.md)
- [Files](appintents/app-schema-domain-files.md)
- [Mail](appintents/app-schema-domain-mail.md)
- [Maps](appintents/app-schema-domain-maps.md)
- [Messages](appintents/app-schema-domain-messages.md)
- [Notes](appintents/app-schema-domain-notes.md)
- [Phone](appintents/app-schema-domain-phone.md)
- [Photos](appintents/app-schema-domain-photos.md)
- [Reminders](appintents/app-schema-domain-reminders.md)
- [System and in-app search](appintents/app-schema-domain-system-and-in-app-search.md)
