Represents an event along with its associated locations.
Type | Name | Description |
---|
Int | EventId | Bullseye event ID |
String | EventTitle | The title of an event |
String | EventImageURL | Relative URL of an uploaded image |
String | EventDescription | Description of an event |
String | OrganizerName | Name of event organaizer |
String | OrganizerDescription | Description of an event organizer |
DateTime | StartDate | Date when event starts |
Nullable DateTime | EndDate | Date when event ends |
TimeSpan | StartTime | Time when event starts |
Nullable TimeSpan | EndTime | Time when event ends |
String | RegistrationURL | URL to register for the event |
String | FacebookURL | URL for the event Facebook account |
String | TwitterURL | URL for the event Twitter account |
String | ThirdPartyID | Third-party ID assigned by the account. |
String | ContactEmailAddress | |
Boolean | Registration | Flag indicating that participants need to register for the event. |
Int | Distance | |
Int | LocationID | Bullseye Location ID |
List | EventLocations | List of locations where the event is being held. |
List | Attributes | List of attribute associated with the event. |
List | Categories | List of categories associated with the event. |
List[int] | LocationIDs | List of Location Ids |