Event Instance
Description
A specific instance of an event belonging to an :EventSeries.
See also: Music Events.
Label
:EventInstance
Properties
| Property | Description | Type |
|---|---|---|
| id | Unique identifier for this EventInstance node. A uuid. | string |
| name | The name of the event series | string |
| dailyCapacity | The daily capacity for the event | number |
| status | The status of the instance. See status types below | string |
| announceDate | The date the availability of tickets is announced | dateTime |
| onSaleDate | The date that the event instance tickets go on sale | dateTime |
| createdBy | the person or process that created the node | string |
| createdDate | dateTime | |
| modifiedBy | the person or process who last modified the node | string |
| modifiedDate | dateTime |
The following status types will be valid for the status type:
| Type | Notes |
|---|---|
| Announced | The instance of the event has been announced as happening |
| Actively booking | |
| Booked | |
| Postponed | The event has been postponed to a later date |
| Canceled | Previously announced event will no longer happen |
| Fallow Year | Intentionally skipped occurrence of the event |
| Inactive | |
| Top Line | Event is only booking top line talent |
| Fill slots | Event is booking below top line talent |
| Not Booking |
Key
id
Relationships
An :EventSeries is generally at the top of a hierarchy. It can have multiple :EventInstance nodes as children. The HAS_EVENT_INSTANCE relationship connects the series to the :EventInstance nodes.
The :EventInstance can have LOCATED_IN relationships to :Location nodes, and uses the standard relationship properties. These locations are not the same as venues and can be somewhat general.
The :EventInstance can be specifically tied to a :Venue via the HAPPENS_AT relationship.
Examples
cypher