Comments and changes to this ticket
-
dleffler October 4th, 2012 @ 02:42 AM
- Milestone set to 2.1.0
- Milestone order changed from 215 to 0
-
dleffler October 5th, 2012 @ 04:20 PM
- Assigned user set to dleffler
- Milestone order changed from 25 to 0
-
expNinja October 6th, 2012 @ 03:44 AM
- State changed from new to resolved
(from [4a9db504bbeb2c59120fd5640ce458394860e35b]) Should fix issue where external ical all-day events show up across two days [#754 state:resolved] https://github.com/exponentcms/exponent-cms/commit/4a9db504bbeb2c59...
-
theohiobloke October 10th, 2012 @ 12:28 PM
Updated to 2.1.0 and tried to aggregate
http://owa.nwoca.org/owa/calendar/mpleydell@nwoca.org/Calendar/cale...Calendar events that run all day are showing up twice
Other calendar events are showing as 4 hours later than their actual time in the calendar. -
dleffler October 10th, 2012 @ 01:11 PM
- State changed from resolved to open
This is a timezone issue...will have to investigate as we were doing nothing for timezone offsets. That may be the issue w/ two-day displays since by definition (loose) the 'all-day' event in ical is from midnight on the day of event to midnight of the next day...however when timezone offset is wrong, that's 4 am to 4 am = two days??? (note to self mostly)
-
dleffler October 13th, 2012 @ 02:59 AM
- Title changed from Bug: external ical all-day events show up across two days to Bug: external ical events don't take timezones into consideration
-
dleffler October 17th, 2012 @ 09:48 PM
Note to self:
- we store events in local time
- we publish ical events after converting them to GMT, this works well with most icalendar programs such as google and ms outlook
- we (currently) import google & our own ical events which will be displayed in local time
Thus our issue seems to be with events being published by ms exchange which publish the events in local time and create a vtimezone object.
- iCalCreator doesn't automatically convert these to localtime nor GMT, but it does provide some timezone utility functions
-
expNinja October 18th, 2012 @ 01:36 AM
- State changed from open to resolved
(from [f1a58735aeee1663bf91b26a15a1439dbb74a31c]) Adds calendar event coloring and fixes timezone issues with external calendars [#755 #754 state:resolved] https://github.com/exponentcms/exponent-cms/commit/f1a58735aeee1663...
-
dleffler November 19th, 2013 @ 01:57 PM
- Tag changed from calendar to calendar, events
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
-
755 Feature request - Add calendar event coloring based on calendar (from [f1a58735aeee1663bf91b26a15a1439dbb74a31c]) Adds ca...