For some context, I have a client that has a calendar for ALL events set up at /events/. For their specialty events, they have a link to one of the categories in the events calendar. What they are hoping to accomplish is to remove the specialty events category from the main events calendar so that they only show up in the view for that category.
So, is it possible to remove that category from the main event loop? I’ve tried using CSS to display: none; the category listings, and that worked, but I still get a link that says “See all 4 events>>” because there are four specialty clinics for that day that are still being registered by the main event calendar.