My favorites | Sign in
Project Home Issues
New issue   Search
for
  Advanced search   Search tips   Subscriptions
Issue 712: Events merged in calendar
1 person starred this issue and may be notified of changes. Back to list
Status:  Done
Owner:  ----
Closed:  Nov 2010


Sign in to add a comment
 
Reported by PaulMarg...@gmail.com, Nov 15, 2010
Excuse if this bug has allready been entered; I couldn't find anything like it.

The problem is that I have two distinct (multi-day) events that, in calendar view get merged.  What is interesting is that it seems to depend on the timezone I am sending to the calendar.

For instance, here is what a print out of the events look like using the timezone for Hawaii:

{'className': 'blackout', 'start': '2010-11-07T19:00:00-10:00', 'end': '2010-11-13T19:00:00-10:00', 'id': 1294, 'title': u'GBT10C-043: wrong phase'}
{'className': 'blackout', 'start': '2010-11-17T19:00:00-10:00', 'end': '2010-11-23T19:00:00-10:00', 'id': 1295, 'title': u'GBT10C-043: wrong phase'}

And in the first attatched screen shot, they appear correctly.

Then if I view this same info in Eastern US timezone:
{'className': 'blackout', 'start': '2010-11-08T00:00:00-05:00', 'end': '2010-11-14T00:00:00-05:00', 'id': 1294, 'title': u'GBT10C-043: wrong phase'}
{'className': 'blackout', 'start': '2010-11-18T00:00:00-05:00', 'end': '2010-11-24T00:00:00-05:00', 'id': 1295, 'title': u'GBT10C-043: wrong phase'}

the two events appear as one in the week Nov 14 - 20 (see second atatchment).

Thanks


calendarHawaii.jpg
48.5 KB   View   Download
calendarEastern.jpg
47.5 KB   View   Download
Nov 16, 2010
Project Member #1 althaus.it
Strange... Have you tried to play around with the global ignoreTimezone and the per-event allDay settings?
Nov 21, 2010
Project Member #2 adamrs...@gmail.com
thanks althaus
yes, setting ignoreTimezone to false should solve your problems. please let us know otherwise
Status: Done
Sign in to add a comment

Powered by Google Project Hosting