Basic Information

appmixer.todoist.core.CreateReminder

1.0.0

Public

Create a new reminder for a task.

Input Ports

in

FieldTypeDescription
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.

Output Ports

out

FieldTypeDescription
ID string -
Task ID string -
Type string -
Due object -
Minute Offset integer -

Full Metadata