cozy-calendar icon indicating copy to clipboard operation
cozy-calendar copied to clipboard

Wrong timezone for recurring events

Open jacquarg opened this issue 9 years ago • 5 comments

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 avatar Oct 26 '15 13:10 jacquarg

@jacquarg this should have been fixed, could you give it a try?

clochix avatar Nov 20 '15 14:11 clochix

@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).

jacquarg avatar Nov 23 '15 09:11 jacquarg

FYI I am using the v1.0.30 and it is still buggy.

EtienneM avatar Dec 21 '15 10:12 EtienneM

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?

jsilvestre avatar Jan 07 '16 17:01 jsilvestre

Another user just reported us the same behavior. May be also related to #457 and #466.

clochix avatar Mar 04 '16 09:03 clochix