create_reminder
Add a new reminder to any Apple Reminders list with optional notes, due date, and priority.
Instructions
Create a new reminder in a specified list
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | Optional body/notes for the reminder | |
| name | Yes | Name of the reminder | |
| dueDate | No | Optional due date in format "MM/DD/YYYY HH:MM AM/PM" | |
| listName | Yes | Name of the list to add the reminder to | |
| priority | No | Priority level (0=none, 1=high, 5=medium, 9=low) |