Kris,
Sorry for the frustration and I can help you out with this.
I took a look at your site and see the problem with the events not showing.
I looked at your site through Firebug and it is showing this css:
.entry-title {
display: none;
}
It looks that is being used to hide page titles, but it is also hiding the events titles in the Calendar.
You can try adding this to display the Event Titles and keep the rest hidden:
h3.tribe-events-month-event-title {
display: block;
}
Let me know if that helps or you would like anything else.
Thanks