We are using recurring events ( only with date recurrence ). We would need to tinker a bit with the permalinks, as we would need to remove the current behaviour, where /all is appended to the url and /2016-06-06/ is appended for single instances. What we would want to do is the following, assuming that the events has the slug “chicago”:
slug /events/chicago is generated and displays the single-event.php template
slug /event/chicago/all is not generated at all or redirects to /events/chicago. slugs for recurrence dates are not generated at all or redirects to /events/chicago.
We are programmers so any suggestion is welcome