add-reminders
Add reminders to tasks with three trigger types: relative time, absolute date/time, or location geofence. Provide a task ID to set up the notification.
Instructions
Add reminders to tasks. Supports three types: "relative" (minutes before due), "absolute" (specific date/time), or "location" (geofence-triggered). Each reminder must specify a taskId.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reminders | Yes | Array of reminders to create (max 25). Each reminder must specify a type: "relative" (minutes before due), "absolute" (specific date/time), or "location" (geofence trigger). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reminders | Yes | The created reminders. | |
| totalCount | Yes | Total number of reminders created. | |
| addedReminderIds | Yes | IDs of the created reminders. |