reminders_add
Create reminders in Apple's Reminders app with title, list, notes, due date, priority, and flagged status to organize tasks and manage schedules.
Instructions
Create a new reminder in Apple Reminders app. Supports title, list, notes, due date, priority (none/low/medium/high), and flagged status.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | The reminder title (1-500 characters) | |
| list | No | The list name to add the reminder to (default: "Reminders") | Reminders |
| notes | No | Optional notes/description for the reminder (max 5000 characters) | |
| dueDate | No | Optional due date in ISO 8601 format (e.g., "2026-02-18T14:00:00Z") | |
| priority | No | Priority level (default: "none") | none |
| flagged | No | Whether to flag the reminder (default: false) |