<!--
{
  "documentType" : "article",
  "framework" : "AppIntents",
  "identifier" : "/documentation/AppIntents/app-schema-domain-reminders",
  "metadataVersion" : "0.1.0",
  "role" : "collectionGroup",
  "title" : "Reminders"
}
-->

# Reminders

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

## Discussion

The `.reminders` domain defines app schemas that provide a
structured representation for common reminder actions and content.
Apply schemas in the `.reminders` domain to make your app’s reminder functionality available to Apple Intelligence and Siri.
Each schema defines the requirements for intents, parameters, and results so people get a consistent experience across reminder apps.
For example, a person can create a reminder on different apps that support the
[`createReminder`](/documentation/AppIntents/AppSchema/RemindersIntent/createReminder) schema with the same phrases.

The following table maps example phrases that apply to each schema:

|Reminders intent schemas                                                                         |Example phrases                                                                        |
|-------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------|
|``doc://com.apple.AppIntents/documentation/AppIntents/AppSchema/RemindersIntent/createList``     |“Create a list called shopping.”                                                       |
|``doc://com.apple.AppIntents/documentation/AppIntents/AppSchema/RemindersIntent/createReminder`` |“Create a reminder.” or “Create a reminder called vote.”                               |
|``doc://com.apple.AppIntents/documentation/AppIntents/AppSchema/RemindersIntent/createSection``  |“Create a section called vegetables.”                                                  |
|``doc://com.apple.AppIntents/documentation/AppIntents/AppSchema/RemindersIntent/deleteReminders``|“Delete this reminder.”                                                                |
|``doc://com.apple.AppIntents/documentation/AppIntents/AppSchema/RemindersIntent/updateReminder`` |“Mark this reminder as completed.” or “Set the due date for this reminder to tomorrow.”|

> Tip: Xcode generates a template implementation when you type `reminders_` 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](/documentation/AppIntents/apple-intelligence-and-siri-ai).

## Topics

### Actions

[`createList`](/documentation/AppIntents/AppSchema/RemindersIntent/createList)

An intent schema that creates a new reminder list.

[`createReminder`](/documentation/AppIntents/AppSchema/RemindersIntent/createReminder)

An intent schema that creates a new reminder.

[`createSection`](/documentation/AppIntents/AppSchema/RemindersIntent/createSection)

An intent schema that creates a new reminder list section.

[`deleteReminders`](/documentation/AppIntents/AppSchema/RemindersIntent/deleteReminders)

An intent schema that deletes reminders.

[`updateReminder`](/documentation/AppIntents/AppSchema/RemindersIntent/updateReminder)

An intent schema that updates a reminder.

### Content and parameter types

[`group`](/documentation/AppIntents/AppSchema/RemindersEntity/group)

An entity schema for a group.

[`list`](/documentation/AppIntents/AppSchema/RemindersEntity/list)

An entity schema for a list.

[`locationTrigger`](/documentation/AppIntents/AppSchema/RemindersEntity/locationTrigger)

An entity schema for a location trigger.

[`reminder`](/documentation/AppIntents/AppSchema/RemindersEntity/reminder)

An entity schema for a reminder.

[`section`](/documentation/AppIntents/AppSchema/RemindersEntity/section)

An entity schema for a section.

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

Identifies entity schemas in the reminders domain.

### Types for static parameters

[`listType`](/documentation/AppIntents/AppSchema/RemindersEnum/listType)

An enum schema for a list type parameter.

[`locationTriggerEvent`](/documentation/AppIntents/AppSchema/RemindersEnum/locationTriggerEvent)

An enum schema for a location trigger event parameter.

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

Identifies enum schemas in the reminders domain.



---

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)