cozy-calendar
cozy-calendar copied to clipboard
Wrong timezone for recurring events
Reproduce :
- With a Cozy in Europe/Paris timezone
- Create a weekly recurring event the 12/10/2015 at 10:00
- The event on the 12 and the 19 are at 10:00 ; but the 26/10 and further days, the event begin at 9:00 .
Because recurring events store start and end as UTC datetime instead of ambiguous date time with separated timezone (see https://github.com/cozy/cozy-calendar/wiki , https://github.com/cozy/cozy-calendar/wiki/Generalities-about-calendar-components,-iCal-and-date-handling-in-js and https://github.com/cozy/cozy-calendar/wiki/Doctype-Event )
@jacquarg this should have been fixed, could you give it a try?
@clochix @jsilvestre : Sorry, but not totally fixed yet ! With this version 1.0.29, the timezone field is missing for recurring event (not allday ones).
- recurring events doesn't display at the good position : a event at 11:00 displays at 13:00 (DST ie before 25 october) or 12:00 (after 25 october).
FYI I am using the v1.0.30 and it is still buggy.
I forgot to follow up this issue. With the STR in the first message (event at 10am on 2015/10/12), I see an event every week on monday at 10am. What is wrong?
Another user just reported us the same behavior. May be also related to #457 and #466.