Links to calendar events are not human discernible since they
are based on event/event-date id numbers, or unix datetimestamps.
Perhaps create a new method 'show_by_date' which returns all the
events within that year, or year/month, or year/month/day, or
year/month/day/title similar to what is done in the News module.
This in turn could be streamlined with a router_maps.php entry so
that a group of events could pulled by:
http://localhost/events/show_by_date/year/2017/month/10/day/15/title/my-event
with a router_maps.php clean link of:
http://localhost/event/show/2017/10/15/my-event
Of course we'd need to add sef names to events and some sort of
upgrade script to revise existing events...uniqueness would need to
be based on specific date?