
Feature request - Display of multi-day events
Reported by dleffler | April 11th, 2013 @ 11:36 AM
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.
- should only apply to recurring 'daily' type events because other recurrences have a 'gap' between occurrences
- in a perfect world this would also display on the 'default' calendar as a long bar single event vs individual daily events
- may require an additional field in either the event or eventdate table
- might translate to better support in event registration module which now simply holds an 'end date' for text display purposes, but otherwise not used.
Comments and changes to this ticket
-
dleffler May 14th, 2013 @ 09:18 PM
- Milestone set to 2.2.1
-
expNinja June 26th, 2013 @ 07:05 PM
- State changed from new to resolved
(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/1355cef4792f562d...
-
dleffler August 16th, 2013 @ 06:21 PM
- Title changed from Feature request - Better handling/display of multi-day events to Feature request - Display of multi-day events
- State changed from resolved to open
- Milestone changed from 2.2.1 to 2.2.3
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)
-
dleffler August 30th, 2013 @ 03:46 PM
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.
-
dleffler August 31st, 2013 @ 03:31 PM
We'll also need to update some of the other code such as:
- ical() feed
- maybe implement similar thing in event registrations
- must check other views to ensure we display correct 'to' info and haven't broken anything
-
dleffler October 31st, 2013 @ 04:36 PM
- Milestone changed from 2.2.3 to 2.2.4
-
dleffler November 19th, 2013 @ 01:57 PM
- Tag changed from calendar to calendar, events
-
-
dleffler March 27th, 2014 @ 10:23 AM
- Milestone changed from 2.3.0 to 2.3.1
-
dleffler June 7th, 2014 @ 07:01 PM
Coding was delayed due to the upgrade to the FullCalendar 2.0 plugin which changes the api dramatically, but has since now been released
-
-
-
-
dleffler March 27th, 2015 @ 07:29 PM
- Milestone changed from 2.3.4 to 2.4.0
-
-
-
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Bug Tracker for Exponent CMS
Referenced by
-
1266 Unable to load template file 'showall_Past Events.config' regarding true multi-day events, this ticket is open #983...