Represents an event.
| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | Event ID | Integer | None |
| Area | The area (physical) where event is held | Area | None |
| SubArea | Optional sub area (physical or logical) for the event | SubArea | None |
| Title | Event title | String | None |
| Organizer | Information about the organizer | Organizer | None |
| SignInterpreted | Flag for if the event is sign language interpreted | Boolean | None |
| Highlighted | Flag for if the event is highlighted (an event of special interest) | Boolean | None |
| Production | One of the possible enum values represention how the event is produced | ProductionType | None |
| Cancelled | Flag for if the event has been cancelled | Boolean | None |
| Recurring | Flag for if the event is a recurring event (has more than one occation) | Boolean | None |
| Language | The language in which the event is beeing held | EventLanguage | None |
| Type | The event type for categorization | EventType | None |
| Location | Information about the physical location | EventLocation | None |
| Occation | The current occation | EventOccation | None |
| Price | Pricing information | String | None |
| Intro | Short intro/information text | Translatable | None |
| Description | Longer description of the event | Translatable | None |
| ImageUrl | URL of an image representing the event | String | None |
| ImageCaption | Caption with information regarding the image representing the event | String | None |
| ExternalUrl | External URL for more information about the event | String | None |
| TicketUrl | URL for buying the ticket online | String | None |
| AllOccations | All occations of an event (an event might occur one or more times) | Collection of EventOccation | None |
| Updated | Flag for if the event information has been updated within the last 36 hours | Boolean | None |
| ChangeInfo | Internal information about the last change (if supplied) | String | None |
| ChangeTimestamp | Timestamp for when the event was last marked as changed | Date | None |
| LastModified | Timestamp for when the event was modified, even if not marked as changed | Date | None |