v1

latestOpenAPI 3.0.12026-07-22120163333.7 KB
Calendar V2 API

Unfinish Calendar Event

Reverts a Task or Appointment back to the not-completed state. Caller must have manage permission on the entry's lead.

post/v2.0/calendar/{calendarId}/unfinish

Path parameters

calendarIdstring required

Composite calendar ID of the form '<numericId>-task' or '<numericId>-appointment'.

Headers

Authorizationstring required

Bearer [access_token]

Content-Typestring required

application/json

Response

Calendar marked as not completed.

messagestring

Result message for the calendar operation.

Example response

{
  "message": "Calendar updated successfully"
}