silverstripe-event-calendar
silverstripe-event-calendar copied to clipboard
Nested Events
Currently, CalendarEvents can either specify their list of CalendarDateTimes, or use a Recurrence pattern, but not both. This makes weekly Recurrence patterns cumbersome to implement (each day of the week must be specified individually, Sun - Sat), and exceptions to those patterns even more so (see issue #11 for recurrence exceptions not being implemented)
Enhancement idea: allow CalendarEvents to nest under each other, and inherit their Title, Content and possibly even Recurrence pattern from their parent if they don't specify their own. This would allow for clustering of Recurring events, and provide a means for adding alternate date/times to Recurrence Exceptions (rather than just a hole in the pattern).