Hi,
I can help you get started on this customization.
The events are custom post types in WordPress using these names:
Events are:
tribe_events
Venues are:
tribe_venue
Organizers are:
tribe_organizer
So you can create a custom loop to get the events.
http://codex.wordpress.org/Class_Reference/WP_Query
All our data such as the Event Start Date, End Date, etc is in Custom Fields for each event.
This is the name of the custom field for the start date:
_EventStartDate
We can help answer some questions about customizations, but for the most part they are beyond the support we can provide.
Let me know if you have any follow up questions.
Thanks