Hi Benjamin,
You can do this with custom CSS. To write CSS on your site, check out a [free!] tool like Firebug if you use FireFox, or the Developer Tools for either Safari or Chrome. They have “Inspector” tools that let you figure out what CSS to write to achieve something like this.
For example, if you want events that are in the Event Category of “barbecue” to be hidden on the calendar, add CSS like the following to the bottom of your theme’s style.css file:
.type-tribe_events.tribe-events-category-barbecue {
display: none !important;
}
Thank you!
I noticed you don’t have a premium license here, which is fine! However, please note that this is our “pre-sales forum.” So, if you do have a premium license tied to another email address, log into that account on this site and post any further technical support questions in a premium forum. If you indeed do not have a license, please post any further technical support questions in our free support forums here → http://wordpress.org/plugins/the-events-calendar
Thanks,
George