Contents

Reminders

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

Overview

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 schema with the same phrases.

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

Reminders intent schemas

Example phrases

Createlist

“Create a list called shopping.”

Createreminder

“Create a reminder.” or “Create a reminder called vote.”

Createsection

“Create a section called vegetables.”

Deletereminders

“Delete this reminder.”

Updatereminder

“Mark this reminder as completed.” or “Set the due date for this reminder to tomorrow.”

For more information about making your app’s actions available to Apple Intelligence and Siri, see Apple Intelligence and Siri AI.

Topics

Actions

Content and parameter types

Types for static parameters

See Also

Primary domains