Why is the permalink structure like this for single event view:
/events/event/<event-name>
But like this for the list view?
/events/event/
Going to /events/ gives a 404. It seems to me that /events/ would be the list, with /events/<event-name> serving as the single view.
Otherwise, great plugin. Very nicely done.