Skip to main content
inputUpdateEventInput

Fields

byDays
[String!]
byMonthDays
[String!]
city
String

City of an in-person event — only accepted when the event is local. Supplying street and city derives the event’s coordinates via geocoding. A state/province and postal code may be included after the city name (e.g. "Beverly Hills, California, 90210") to improve geocoding accuracy. Send null to clear it, which is allowed for any event type.

clientMutationId
String

A unique identifier for the client performing the mutation.

description
String
endsAt
ISO8601DateTime
eventType
String
expectedLastEditedAt
ISO8601DateTime

The lastEditedAt you loaded before editing, so the server can detect someone else saved a change first. Omit to skip the check.

frequency
String
headerId
ID

ID of an image asset to show as the event header image — resource ID or GlobalID. Upload the image first via POST /networks/:network_id/assets. Any image asset is accepted and takes the style of the slot it lands in, so asset_style=cinema_header is a recommendation, not a requirement. Pass null to drop the current header image.

id
ID!
required

GlobalID of the event

interval
Int
location
String
deprecated

Deprecated alias for venue.

Use venue.
postInFeed
Boolean
recurUntil
ISO8601DateTime
recurrenceCount
Int
restrictedEvent
Boolean
rsvpClosed
Boolean
rsvpEnabled
Boolean
startsAt
ISO8601DateTime
street
String

Street address of an in-person event — only accepted when the event is local. Supplying street and city derives the event’s coordinates via geocoding. Send null to clear it, which is allowed for any event type.

thumbnailId
ID

ID of an image asset to show as the event thumbnail — resource ID or GlobalID. Upload the image first via POST /networks/:network_id/assets. Any image asset is accepted and takes the style of the slot it lands in, so asset_style=square_thumbnail is a recommendation, not a requirement. An asset already styled cinema_header is refused here, as is one also named by headerId — pass either as headerId alone, which the card falls back to anyway. Pass null to drop the current thumbnail, leaving the event to fall back to its header image.

timeZone
String
title
String
venue
String

Free-text venue or place name, distinct from the street and city address. It does not contribute to the event’s coordinates — those come from street and city. Send null to clear it.