nexo_reminder_update
Update an existing reminder's fields like description, date, status, category, visibility, or owner by providing the reminder ID and a token from nexo_reminder_get. Only non-empty fields are modified.
Instructions
Update fields of an existing reminder. Only non-empty fields are changed.
IMPORTANT: call nexo_reminder_get first and pass its READ_TOKEN.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Reminder ID (e.g., R87). | |
| date | No | New date YYYY-MM-DD (optional). | |
| owner | No | New 'user'|'waiting'|'agent'|'shared' (optional). | |
| status | No | New status (optional). | |
| category | No | New category (optional). | |
| internal | No | '1'/'0' to re-classify visibility (optional). | |
| read_token | No | Token returned by `nexo_reminder_get`. | |
| description | No | New description (optional). |