You have a few of choices.
You can make a view and use replacement tokens. Using the Views module you could for example display your listings on a calendar or in a table.
If you want people to view the specific node then you could edit your theme template file to but a button on the node itself. I think you could also do this maybe even without code using the Display Suite Module (
https://drupal.org/project/ds).
In terms of taking out the tab that would also require changes to your theme.
Hope this helps.
-Steve