Create a new 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
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 must provide a list of users to be notified when the reminder is triggered.
If the visibility is set to private
, the current user is automatically notified.API key for authentication
The reminder created in the workspace.
The response is of type object
.