Skip to content

Event Instance

Description

A specific instance of an event belonging to an :EventSeries.

See also: Music Events.

Label

:EventInstance

Properties

PropertyDescriptionType
idUnique identifier for this EventInstance node. A uuid.string
nameThe name of the event seriesstring
dailyCapacityThe daily capacity for the eventnumber
statusThe status of the instance. See status types belowstring
announceDateThe date the availability of tickets is announceddateTime
onSaleDateThe date that the event instance tickets go on saledateTime
createdBythe person or process that created the nodestring
createdDatedateTime
modifiedBythe person or process who last modified the nodestring
modifiedDatedateTime

The following status types will be valid for the status type:

TypeNotes
AnnouncedThe instance of the event has been announced as happening
Actively booking
Booked
PostponedThe event has been postponed to a later date
CanceledPreviously announced event will no longer happen
Fallow YearIntentionally skipped occurrence of the event
Inactive
Top LineEvent is only booking top line talent
Fill slotsEvent 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

Confidential. For internal use only.