create_reminder
Create a new reminder in Apple Reminders with title, due date, priority, notes, and tags. Optionally specify a list; the list is created if it does not exist.
Instructions
Create a new reminder in Apple Reminders.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Title of the reminder. | |
| tags | No | Tags to attach (stored in the notes field as [tags: ...]). | |
| notes | No | Body/notes text. | |
| due_date | No | Due date in YYYY-MM-DD format. | |
| due_time | No | Due time in HH:MM 24-hour format. Requires due_date. | |
| priority | No | Reminder priority. | |
| list_name | No | Destination list (default: Reminders). Created if it does not exist. |