Program will start by displaying all events within the past 24 hours. The API will be queried once by each event type. An appropriate data structure (probably a list) will hold the events that are returned, with a list for each events. The events will be sorted by start time.