Event Instance Day
Description
A specific date an :EventInstance is scheduled to occur.
In the example below Coachella 2025 has 6 event days over two weekends:
Label
:EventInstanceDay
Properties
| Property | Description | Type |
|---|---|---|
| id | Unique identifier for this EventSeriesDay node. A uuid. | string |
| day | A day where the event instance occurs. This should be expressed in the local timezone of the event | date |
| 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 |
Key
id
Relationships
The HAS_EVENT_INSTANCE_DAY relationship connects the :EventInstance to the :EventInstanceDay nodes.