Again, thank you for this plugin. I'm hoping someone here might be able to resolve another curiosity of mine.
Is it possible for this calendar to be modified in such a way that an event of a particular category does not display on the calendar?
Example. Upcoming events list omits events also categorized as "reserverd"
---
It occurs to me that it might be possible to add a class via php to the event wrapper.
In the post I made before this, I've realized it's very easy to class the li and ul elements with arbitrary classes. Would it also be possible to hook the original post's category ID, making it available to inject in an li class?