| Issue 712: | Events merged in calendar | |
| 1 person starred this issue and may be notified of changes. | Back to list |
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
Nov 16, 2010
Project Member
#1
althaus.it
Nov 21, 2010
thanks althaus yes, setting ignoreTimezone to false should solve your problems. please let us know otherwise
Status:
Done
|
|
| ► Sign in to add a comment |