This is Wayne, the developer.
Are you saying that there aren’t any type of filtering queries I could write? Wouldn’t this approach work? https://theeventscalendar.com/knowledgebase/can-you-have-multiple-calendars/
The thing I couldn’t find on that page was the shortcode that display’s these categories, that you all have as examples. How do I do that? Is that generated dynamically?
I am now thinking that I could write a WP_Query to query those taxonomies (events/category) and then I create my own shortcode from the query function. Am I thinking in the right direction? If so, do you have a code recipe I could write?
I could also, probably do a print_r to display the array objects???
Thank you!