Update an existing reminder in the workspace.
DTSTART
and RRULE
lines.In JSON encoding, the newline is represented as \n
. The previous example would be encoded as:RRULE:COUNT=1
RRULE:FREQ=WEEKLY;BYDAY=MO,TU,WE,TH,FR;INTERVAL=1
RRULE:FREQ=WEEKLY;INTERVAL=1
RRULE:FREQ=WEEKLY;INTERVAL=2
RRULE:FREQ=MONTHLY;INTERVAL=1
RRULE:FREQ=MONTHLY;INTERVAL=3
RRULE:FREQ=YEARLY;INTERVAL=1
BAD_REQUEST
error will be returned.public
or private
.
public
: The reminder is visible to all users in the workspace.private
: The reminder is visible only to the current user.public
, you can provide a list of users to be notified when the reminder is triggered.
If the visibility is changed to private
, the current user is automatically notified.
When changing the visibility of the reminder, the assigned users can be affected in the following way:
private
to public
: The assigned users is automatically set to the current user.public
to private
: The assigned users is kept as the current user, unless you also provide a new list of users to be notified.API key for authentication
The ID of the reminder to update.
40
The updated reminder in the workspace.
The response is of type object
.