Hi Stephen,
I have modified the plugin to accept different starting and ending times for weekly reoccurring events. The times generally seem to be saving properly, and show up when I go to edit existing events.
The problem now is that whenever I click the “Show dates” button beside “Insert/exclude occurrences”, regardless of the type of reoccurrence, the page refreshes, and the event details are saved and updated. I never see anything else shown after clicking the button, just a refresh and comments in my debug log telling me that the event was saved.
Do you have any advice as to where I should start looking for issues with this part of the event submission process? I’m a bit lost as I admittedly had never clicked the button before now, this issue was brought up by one of the CMS users…
Thanks!

Alex Reynolds
Hi Alex,
I’m afraid if you’ve edited the plug-in the I can’t offer much help as we’d be working from different codebases. However, the problem you describe is almost certainly a javascript error. If you open your browse console and reload the page you may well see an error message in the console, which may indicate what the problem is.
If you haven’t changed the mark-up of the edit event page or haven’t changed the javascript, then it’s entirely possible this problem pre-dates your changes, and may in fact be the result of a plug-in conflict. A console error message might indicate this fact, so please post it here.

Stephen Harris