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.
String
)
Identifies the address of the event.
reason: "This field use our legacy address format Field "fullAddress" will be removed, Use "googleMapsAddress.formatted" instead.
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.
URI
)
Identifies the registration link of the event.
Float
)
Identifies the longitude of the event.
reason: "This field use our legacy address format Field "lng" will be removed, Use "googleMapsAddress.lng" instead.
DateTime!
)
The start date of the event.
Field "startAt" will be removed Use "timeRange.startAt" instead.
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.
reason: "This field use our legacy address format Field "zipCode" will be removed, Use "googleMapsAddress.zipCode" instead.