Represent an occation of an event. An event might occur one (1) or more times.
| Name | Description | Type | Additional information | 
|---|---|---|---|
| ID | Occation ID | Integer | None | 
| DayID | Day ID | Integer | None | 
| Date | The date for the occation | Date | None | 
| StartTime | Start time | Time/time interval | None | 
| EndTime | End time | Time/time interval | None | 
| Stream | A stream that shows the event online | Stream | None | 
| Start | The start time formatted as a string representation, eg. "14:30". | String | None | 
| TimeSpan | The duration of the event as a string representation | String | None | 
| Passed | Flag for if the end time of the event has been passed | Boolean | None | 
| Url | URL to the public web page describing the occation | TranslatableUrl | None |