Skip to main content
PUT
Update Event

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

event_id
string
required

Query Parameters

workspace_id
string<uuid>
required

Body

application/json
summary
string
required
start
EventDateTime · object
required
end
EventDateTime · object
required
description
string | null
location
string | null
attendees
EventAttendee · object[] | null
calendarId
string | null
default:primary

Response

Successful Response

id
string
required
summary
string | null
description
string | null
location
string | null
start
Start · object | null
end
End · object | null
status
string | null
organizer
Organizer · object | null
attendees
Attendees · object[] | null