Events
The following operations are supported. For a formal definition, please review the Service Description.
-
CurrentEvents
This method returns only events where the date range includes today's date or a date in the future. Use Count = -1 for all records up to 100, or Count = some other number from 1 to 100 to limit the number of results. This method does not return the details of each event. Use this method to display a list of upcoming events. -
GetEvent
This method returns all data for one event, given the ID for that event. Use this method to display the details of one event.