Cap Collectif Developers - GraphQL API

Event

This part of the schema is currently available for developers to preview. During this preview period, the API may change without any advance notice. Please see Schema previews for more details.

Represents a calendar event.

Implements

Fields

author (User)

Identifies the author of the event.

body (HTML!)

Identifies the body of the event.

createdAt (DateTime!)

Identifies the date and time when the object was created.

enabled (Boolean!)

Whether or not this event is published.

endAt (DateTime)

The end date of the event.

Deprecation notice

Field "endAt" will be removed Use "timeRange.endAt" instead.

fullAddress (String)

Identifies the address of the event.

Deprecation notice

reason: "This field use our legacy address format Field "fullAddress" will be removed, Use "googleMapsAddress.formatted" instead.

googleMapsAddress (GoogleMapsAddress)

Identifies the address of the event in google Maps format.

id (ID!)

The ID of an object.

lat (Float)

Identifies the latitude of the event.

Deprecation notice

Field "lat" will be removed, Use "googleMapsAddress.lat" instead.

link (URI)

Identifies the registration link of the event.

lng (Float)

Identifies the longitude of the event.

Deprecation notice

reason: "This field use our legacy address format Field "lng" will be removed, Use "googleMapsAddress.lng" instead.

startAt (DateTime!)

The start date of the event.

Deprecation notice

Field "startAt" will be removed Use "timeRange.startAt" instead.

timeRange (TimeRange!)

When the time interval begins or ends.

title (String!)

Identifies the title of the event.

translations ([EventTranslation!]!)

The translations availables for this event

updatedAt (DateTime)

Identifies the date and time when the object was last updated.

url (URI!)

The URL to this resource.

viewerDidAuthor (Boolean)

Did the viewer author this entity.

zipCode (String)

Identifies the zip code of the event.

Deprecation notice

reason: "This field use our legacy address format Field "zipCode" will be removed, Use "googleMapsAddress.zipCode" instead.