This is on a standard installation of the 8.4.0 software, self-hosted, no extensions.
I'm using the API to create a Task and would like to add a reminder, i set
"reminders": [ { "seconds": 0, "type": "Email" } ]
in the create/update payload. -- the API result is 200 (OK) .. the Task is created / updated. But there is no reminder in the task. (Even though the reminder array is returned in the API request response).
Is reminders a role capability i need to add to my API user? (could not quite find something like that in the role editor)
I can add a reminder in the UI.
Curiously using the API to read Tasks does not return a reminder even when one is added by hand using the UI.
Am I missing something here? is reminders a paid feature? or part of the base package?
I'm using the API to create a Task and would like to add a reminder, i set
"reminders": [ { "seconds": 0, "type": "Email" } ]
in the create/update payload. -- the API result is 200 (OK) .. the Task is created / updated. But there is no reminder in the task. (Even though the reminder array is returned in the API request response).
Is reminders a role capability i need to add to my API user? (could not quite find something like that in the role editor)
I can add a reminder in the UI.
Curiously using the API to read Tasks does not return a reminder even when one is added by hand using the UI.
Am I missing something here? is reminders a paid feature? or part of the base package?
Comment