Date Response
This is an object representing a date for an event. Each event has at least one date and can have many. Each date can have multiple ticket types for sale.
Public fields
- id integer: The id of the event date
- timezone string: The timezone of the event date
- startlocal datetime: The start time of the event in the local time
- startutc datetime: The start time of the event as UTC time
- endlocal datetime: The end time of the event in the local time
- endutc datetime: The end time of the event as UTC time
- active boolean: Is this event date currently active?
- event_date_description string: An optional description of specific date details