EventInstance
A specific instance of an event belonging to an EventSeries.
Fields
| Field | Type | Description |
|---|---|---|
allTimeNames(criteria: AllTimeNamesCriteriaInput) | AllTimeNamesPageResult | |
announceDate | DateTime | |
assets | [Asset!] | A list of assets that an event instance has. |
attendees | [Employee!] | Employees that attend the event instance. |
buyers | [Buyer!] | The buyers connected to an event instance. |
createdBy | String | |
createdDate | DateTime | |
dailyCapacity | Int | |
displayName | Name | The display name associated with the event instance. |
endDate | Date | |
eventInstanceDays | [EventInstanceDay!] | The event instance days the event instance has. |
eventSeries | [EventSeries!] | The event series the event instance has. |
externalRecords | [ExternalRecord!] | The external records associated with this event instance. |
id | ID | |
legalName | Name | The legal name associated with the event instance. |
locations | [Location!] | The locations the event instance is located in. |
modifiedBy | String | |
modifiedDate | DateTime | |
name | String | |
names | [Name!] | The names associated with the event instance. |
onlineAddresses | [OnlineAddress!] | A list of online addresses that an event instance has. |
onSaleDate | DateTime | |
prohibitingRadiusTerms | [RadiusTerm!] | The radius terms prohibiting this event instance. |
stageInstances | [StageInstance!] | The stage instances the event instance has. |
startDate | Date | |
status | EventInstanceStatus | |
totalDayCount | Int | |
venues | [Venue!] | The venues where the event instance takes place. |