HCAWN / gcal-multical-event-merge

Browser extension that visually merges the same event on multiple Google Calendars into one event.
GNU General Public License v3.0
28 stars 7 forks source link

[BUG]Events display at wrong time current time #36

Closed osheaj closed 2 months ago

osheaj commented 2 months ago

Describe the bug Calendar events are listed on calendar view(day, month, week) at the wrong time time of day (shifted about 3 hours ahead from Eastern time my case). The time/timezone listed in the event is still correct. The current time (red line) shows at the correct time. A new event also shows at the incorrect time

To Reproduce

  1. timezone set to Eastern - New York, create an event or view day with events, view calendar and check event time versus the time of day

  2. Screenshot of how it looks with extension disabled

    image
  3. Screenshot of how it looks with extension enabled

    image

Expected behaviour Events show at the correct time when viewing the calendar (see screenshot with extension disabled).

Device

Additional context I did not test this with another timezone besides Eastern - New York

a-e-f commented 2 months ago

I'm experiencing the same issue. It seems to recur regardless of time zone.

HCAWN commented 2 months ago

Hi All, Looks like Google have just changed some of their code on the calendar so that a method I use to detect what type of events are moving is no longer working. I'll aim to have a fix done in the next few hours and submitted for review.

Once in review Google usually take 12-24 hours. Will post updates here

H

HCAWN commented 2 months ago

https://github.com/HCAWN/gcal-multical-event-merge/pull/37

Patched the issue, submitted for review, will message when update is live H

ChristianSino commented 2 months ago

Thanks the original creator and the person issuing the bug.

I will be waiting! :)

HCAWN commented 2 months ago

And it's live, nice and quick from Google. Please: -refresh/reload chrome -check the extension is v2.3.10 -check all the events are where they are meant to be -if all sorted, a nice review would do me and the extension wonders 😀

I'll close this issue once reports are in it's all good!

H

osheaj commented 2 months ago

Looking good now, everything is where it should be. Thanks for the quick response!

cdavie-artium commented 2 months ago

Thank you for the quick fix!