I am somewhat of a Wordpress beginner so please excuse any ignorance.
I have installed the plugin The Events Calendar (http://tri.be/wordpress-events-calendar/) and it works pretty much perfectly. One issue I have is the URL format for an event, which based on the URL slug is /upcoming-event/[event title]/. If I have multiple events of the same name, the URL looks like /upcoming-event/[event title]-2/.
This is undesirable, I would prefer to have URLs more like that possible with posts /upcoming-event/[year]/[month]/[event title]. On a whim, I attempted to copy in the format used for posts /%year%/%monthnum%/%postname%/ but alas, no luck.
I had a quick check to make sure it wasn't a PRO feature but it doesn't appear to be. So does anyone know if this is possible somehow?