Hi,
Thanks for the kind words about our plugin.
We have this guide to changing the default view using coding:
https://theeventscalendar.com/knowledgebase/change-default-categories-view/
You could use that along with WordPress Conditionals to target specific categories:
http://codex.wordpress.org/Conditional_Tags
The Event Category taxonomy is registered as:
tribe_events_cat
You can also link directly to another view for the category so if you can put your links in the site that way you can work around it.
Let me know if you have any follow up questions.
Thanks
*I revised this reply as I found new information to help out.