set_reminder
Creates a reminder with a specified name, date, and time, optionally assigning it to a list.
Instructions
Set a reminder
Args: name: The reminder text datetime: The time to set the reminder for, must in the following format "YYYY-MM-DD HH:MM" list_name: Reminder list, e.g. Work, Personal etc. Defaults to "Reminders"
Returns: A success or error message
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| datetime | Yes | ||
| list_name | No | Reminders |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |