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. This field has been moved. Removal on 2020-03-01 UTC.

fullAddress (String)

Identifies the address of the event.

Deprecation notice

Field fullAddress will be removed. Use googleMapsAddress.formatted instead. This field use our legacy address format. Removal on 2020-03-01 UTC.

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. This field use our legacy address format. Removal on 2020-03-01 UTC.

link (URI)

Identifies the registration link of the event.

lng (Float)

Identifies the longitude of the event.

Deprecation notice

Field lng will be removed. Use googleMapsAddress.lng instead. This field use our legacy address format. Removal on 2020-03-01 UTC.

startAt (DateTime!)

The start date of the event.

Deprecation notice

Field startAt will be removed. Use timeRange.startAt instead. This field has been moved. Removal on 2020-03-01 UTC.

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

Field zipCode will be removed. Use googleMapsAddress instead. This field use our legacy address format. Removal on 2020-03-01 UTC.