appmixer.todoist.core.CreateReminder
1.0.0
Public
| Field | Type | Description |
|---|---|---|
| Task ID | text | The ID of the task to add a reminder for. For relative reminders, the task must have a due date set. |
| Type | select | The type of the reminder. |
| Due String | text | Human-readable due date for absolute reminders, e.g., 'tomorrow at 10am'. |
| Due Datetime | date-time | Specific date and time for absolute reminders. |
| Minute Offset | number | Number of minutes before the task's due time for relative reminders. |
| Field | Type | Description |
|---|---|---|
| ID | string | - |
| Task ID | string | - |
| Type | string | - |
| Due | object | - |
| Minute Offset | integer | - |