Todo Reminder
Android 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 |
iOS Fields
Name | Type | Notes | |
---|---|---|---|
MESSAGE |
|
notNull |
Reminder message that can be shown to the end user |
LIST_OID |
|
notNull |
The oid of the linked todo list |
LIST_NAME |
|
notNull |
The name of the linked todo list |
OBJ_TYPE |
|
notNull |
The object type of the linked todo list |
REFERENCE_OID |
|
notNull |
The oid of the todo list item reference (organisation, person, …) |
REFERENCE_NAME |
|
notNull |
The name of the todo list item reference |
REFERENCE_OBJ_TYPE |
|
notNull |
The object type of the todo list item reference |
COMMUNICATION_OID |
|
The oid of the todo list item communication |
|
COMMUNICATION_NAME |
|
The name of the todo list item communication |
|
COMMUNICATIONOBJ_TYPE |
|
The object type of the todo list item communication |
|
START_TIME |
|
The start time of the todo item task |
|
END_TIME |
|
The end time of the todo item task |
|
COMMENTS |
|
The comments that are entered in the todo item |