v1

latestOpenAPI 3.0.12026-07-22120163333.7 KB
Calendar V2 API

Finish Calendar Event

Marks a Task or Appointment as finished. Caller must have manage permission on the entry's lead.

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

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 finished.

messagestring

Result message for the calendar operation.

Example response

{
  "message": "Calendar updated successfully"
}