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 |
|
notNull |
Reminder message that can be shown to the end user |
list |
notNull |
The linked todo list |
|
reference |
notNull |
The todo list item reference (organisation, person, …) |
|
communication |
The todo list item communication |
||
startTime |
|
The start time of the todo item task |
|
endTime |
|
The end time of the todo item task |
|
comments |
|
The comments that are entered in the todo item |