reminders
Manage reminders in Apple Reminders app by searching, creating, opening, or listing tasks. Supports operations like searching for specific reminders, adding new tasks with due dates, and organizing by lists.
Instructions
Search, create, and open reminders in Apple Reminders app
Input Schema
Name | Required | Description | Default |
---|---|---|---|
dueDate | No | Due date for the reminder in ISO format (optional for create operation) | |
listId | No | ID of the list to get reminders from (required for listById operation) | |
listName | No | Name of the list to create the reminder in (optional for create operation) | |
name | No | Name of the reminder to create (required for create operation) | |
notes | No | Additional notes for the reminder (optional for create operation) | |
operation | Yes | Operation to perform: 'list', 'search', 'open', 'create', or 'listById' | |
props | No | Properties to include in the reminders (optional for listById operation) | |
searchText | No | Text to search for in reminders (required for search and open operations) |