Skip to main content
inputCreateEventInput

Fields

byDays
[String!]

Recurrence days (SU, MO, TU, WE, TH, FR, SA)

byMonthDays
[String!]

Days of the month for monthly recurrence

city
String

City of an in-person event — only accepted when event_type 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.

clientMutationId
String

A unique identifier for the client performing the mutation.

description
String
endsAt
ISO8601DateTime!
required
eventType
String!
required

One of: local, live_chat, online_meeting, live_video, webinar, local_meetup

frequency
String

Recurrence frequency (daily, weekly, monthly, yearly)

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.

interval
Int

Recurrence interval — required when frequency is provided

External event link (e.g. a Zoom or Google Meet URL)

location
String
deprecated

Deprecated alias for venue.

Use venue.
postInFeed
Boolean
default:true
recurUntil
ISO8601DateTime

End date for recurrence

recurrenceCount
Int

How many times the event recurs

restrictedEvent
Boolean
default:false
rsvpClosed
Boolean
default:false
rsvpEnabled
Boolean
default:true
spaceId
ID!
required

ID of the flex space to create the event in — resource ID or GlobalID.

startsAt
ISO8601DateTime!
required
street
String

Street address of an in-person event — only accepted when event_type is local. Supplying street and city derives the event’s coordinates via geocoding.

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.

timeZone
String

IANA timezone identifier (defaults to the creator’s timezone)

title
String!
required
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.