nexo_reminder_update
Modify existing reminders by updating description, date, status, or category. Only specified fields are changed to keep reminders current.
Instructions
Update fields of an existing reminder. Only non-empty fields are changed.
Args: id: Reminder ID (e.g., R87). description: New description (optional). date: New date YYYY-MM-DD (optional). status: New status (optional). category: New category (optional).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| description | No | ||
| date | No | ||
| status | No | ||
| category | No |