HiĀ Scott!
Thanks for reaching out to us! Let me help you with this topic.
There is no built in way to exclude a specific category from the main events calendar. However, you could achieve what you’re looking for but would require some custom coding.
As a reference, here’s a code snippet that will exclude the categories ”meetup” and “shindig” from the month and list view:
https://gist.github.com/elimn/c47fb3e65d437c2479bd
You can try that by placing the code in your active theme’s functions.php file and modify it to suit your needs.
I hope that helps! Let me know how it goes.
Best,
Victor