Skip to main content
PATCH
Update a calendar event

Authorizations

Authorization
string
header
required

Bearer credential for the public API. Send a live COPE API key (cope_sk_live_*), or a Clerk session token when acting as a signed-in user. Community operations are scoped to the authenticated user; include X-Cope-Business-Id to act on behalf of a specific business you own.

Path Parameters

event_id
string
required
Pattern: ^[A-Za-z0-9_-]+$

Body

application/json
allow_guests
boolean
cover_image_url
string<uri>
currency
string
Pattern: ^[A-Z]{3}$
description
string
enable_waitlist
boolean
end_time
string<date-time>
event_type
enum<string>
Available options:
meeting,
workshop,
webinar,
q_and_a,
social,
deadline,
office_hours,
other
event_url
string<uri>
is_recurring
boolean
location
string
max_capacity
integer
price_minor
integer
recurring_end_date
string<date-time>
recurring_pattern
string
rsvp_deadline
string<date-time>
start_time
string<date-time>
timezone
string
title
string
Minimum string length: 1

Response

Updated event

data
object
required