Hi Rob
Yes I think you have it more or less.
The current goal is to go to a list page, where event categories are displayed in the sidebar,
where you can click categories to add posts from that category to what is show on the page.
So, you might have a page that is displaying posts from 3 different cats at once.
Normally, in wp this is something like query_posts(cat=1,3,5)
but I haven’t had a lot of luck building queries on events, or finding good documentation on the site.
The documentation page above doesnt have any info on creating a query, as far as I can see.
In the past, I’ve found some of this info googling, but have had some problems.
for the time being, if it were even possible to hit a url that displayed multiple cats (ie. /events/category/catname1+catname2/upcoming/), that would be really cool.
thanks!