Open exponentcms opened 4 years ago
(from [1355cef4792f562d49312a0d57a06fd41432885c]) For lists of events (upcoming events) we now don't repeat recurring events (php v5.3+) [#983 state:resolved] https://github.com/exponentcms/exponent-cms/commit/1355cef4792f562d49312a0d57a06fd41432885c
More robust implementation with start/end date, start/end time (possibly per day) and excluding dates within the range.
Need to differentiate between a daily recurring event and a multi-day event, if there is a difference (on Google there is)
Note: this work is taking place outside the 'develop' branch but should be integrated before 2.2.3 is released. currently working well, but needing some cleanup.
We'll also need to update some of the other code such as:
Coding was delayed due to the upgrade to the FullCalendar 2.0 plugin which changes the api dramatically, but has since now been released
Lighthouse URL: https://exponentcms.lighthouseapp.com/projects/61783/tickets/983
Would be nice if the calendar/events module handled multi-day events better. E.g., you have a 7 day event which now appears as 7 individual events in all but the 'default' view.