Skip to main content
PATCH
Reschedule/update a Google Calendar event

Authorizations

Authorization
string
header
required

JWT token obtained from /api/auth/token endpoint. Token is verified using JWKS and must include a valid user identifier.

Path Parameters

projectId
string<uuid>
required
eventId
string
required
Minimum string length: 1

Body

application/json
calendarId
string
start
string

New start (ISO). Required to move the event.

end
string
durationMinutes
integer
timeZone
string
summary
string
Minimum string length: 1
description
string
conflictCheck
boolean
notifyAttendees
boolean

Response

Event updated

bookingUid
string
required
start
string | null
required
end
string | null
required
calendarId
string
required