Edit Reminder
edit_reminderModify an existing Apple Reminder's title, due date, notes, priority, list, or completion status to keep tasks accurate.
Instructions
Edit an existing Apple Reminder. Use when the user wants to change a reminder's title, due date, notes, priority, move it to another list, or mark it complete/incomplete.
Args:
id (string, required): Index number or ID prefix from show_reminders output
title (string, optional): New title
list (string, optional): Move to a different list
due (string, optional): New due date
notes (string, optional): New notes
priority (string, optional): none, low, medium, high
clear_due (boolean, optional): Clear the due date
complete (boolean, optional): Mark as completed
incomplete (boolean, optional): Mark as incomplete
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Index or ID prefix from show output | |
| due | No | New due date | |
| list | No | Move to list | |
| notes | No | New notes | |
| title | No | New title | |
| complete | No | Mark completed | |
| priority | No | Priority level | |
| clear_due | No | Clear the due date | |
| incomplete | No | Mark incomplete |