Navigating to /events pulls up the month calendar by default. Which you could then change the view to a list view and the url would become /events/upcoming/
Navigating to /event pulls up the list view by default. Which you could then change to view the month calendar and the url would become /events/month/?tribe-bar-date=2013-04-17
Is having /events and /event both functional by design (or did I snafu my installation)?
For our purposes:
Ideally the list view (with a custom template) is the default at /events (what to do with /event is a question, perhaps 301 redirect to /events ?)
I haven\’t dug into this much yet, but we will likely want to disable some of those other views (e.g. map). In fact,
Thought I\’d get in touch before replicating the date selection and whatnot.
Thanks!