v1
latestOpenAPI 3.0.12026-07-22120163333.7 KBCalendar V2 API
Update Calendar Event
Partially updates a Task or Appointment. Only non-empty fields in the request body are applied; omitted fields keep their current values.
Notes:
- calendarId must be the composite string returned by POST /v2.0/calendar (e.g. '12345-task' or '12345-appointment'). Invalid format returns 400.
- When startAt or endAt is supplied, it must be later than the current server time.
put/v2.0/calendar/{calendarId}
Path parameters
calendarIdstring required
Composite calendar ID returned by POST /v2.0/calendar, of the form '<numericId>-task' or '<numericId>-appointment'.
Headers
Authorizationstring required
Bearer [access_token]
Content-Typestring required
application/json
Request body
Response
Calendar updated. Response body is a simple message envelope.
Example response
{
"message": "Calendar updated successfully"
}