TodoListReminderEvent

Notification Object
      ↪ TodoListReminderEvent


Notification when a todo list item reminder is received.
Admins can subscribe to this event for an external chat session (no user needed)

Subscribing

Subscribe to the todoListReminderEvent notification type.

How to process

When this event is received, a reminder notification should be given to the user for the upcoming taks (todo list item).

Fields

Name Type Notes

message

String

notNull

Reminder message that can be shown to the end user

list

Todo List

notNull

The linked todo list

reference

Referable

notNull

The todo list item reference (organisation, person, …​)

communication

Communication

The todo list item communication

startTime

String

The start time of the todo item task

endTime

String

The end time of the todo item task

comments

String

The comments that are entered in the todo item