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
User
)
Identifies the author of the event.
HTML!
)
Identifies the body of the event.
DateTime!
)
Identifies the date and time when the object was created.
Boolean!
)
Whether or not this event is published.
DateTime
)
The end date of the event.
Field endAt will be removed. Use timeRange.endAt instead. This field has been moved. Removal on 2020-03-01 UTC.
String
)
Identifies the address of the event.
Field fullAddress will be removed. Use googleMapsAddress.formatted instead. This field use our legacy address format. Removal on 2020-03-01 UTC.
GoogleMapsAddress
)
Identifies the address of the event in google Maps format.
ID!
)
The ID of an object.
Float
)
Identifies the latitude of the event.
Field lat will be removed. Use googleMapsAddress.lat instead. This field use our legacy address format. Removal on 2020-03-01 UTC.
URI
)
Identifies the registration link of the event.
Float
)
Identifies the longitude of the event.
Field lng will be removed. Use googleMapsAddress.lng instead. This field use our legacy address format. Removal on 2020-03-01 UTC.
DateTime!
)
The start date of the event.
Field startAt will be removed. Use timeRange.startAt instead. This field has been moved. Removal on 2020-03-01 UTC.
TimeRange!
)
When the time interval begins or ends.
String!
)
Identifies the title of the event.
[EventTranslation!]!
)
The translations availables for this event
DateTime
)
Identifies the date and time when the object was last updated.
URI!
)
The URL to this resource.
Boolean
)
Did the viewer author this entity.
String
)
Identifies the zip code of the event.
Field zipCode will be removed. Use googleMapsAddress instead. This field use our legacy address format. Removal on 2020-03-01 UTC.