-
Notifications
You must be signed in to change notification settings - Fork 213
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v2.11.2 falsely detecting start/end time changed (by number of hours offset from UTC) #2047
Comments
📦 This should now be resolved with hotfix v2.11.2.1.zip (see instructions for applying). Please let me know how it goes, if you apply the hotfix. |
I know I'm not the original reporter, but I too had this issue on 2 recurring meetings and 2 seperate meetings I'd added after moving to the new Aplha. |
I can also confirm hotfix resolved this issue. Needed to do a full sync to revert to the correct times. |
The hotfix resolved the issue after a full sync. |
I have an additional problem described here: #1978 (comment) |
The hotfix corrected the bug for me. Thanks for all your hard work! |
Thanks everyone for confirming the fix 👍🏻 As this is a high impact bug, I've quietly patched the ZIP and setup.exe on v2.11.2.0 for new installers; unfortunately upgraders will have to apply the hotfix on this page. @lemonbutter we'll track your issue over on #1978, as it predates the bug that caused the problem on this issue. |
Hi, this has fixed the problem when viewing items in the calendar that are synced from google cal to outlook cal. But there may still bepart of the bug not fixed - ie. in the csv's produced and in the OGCS sync verbose output, the timestamp on the text displayed/logged is still incorrect. |
@joedotbloggs You are indeed correct and I had already coded a fix, but just not built a hotfix for it as no one had spotted it yet! 📦 If you would like to confirm hotfix v2.11.2.6.zip does indeed resolve it, it would appreciated though (see instructions for applying). |
Log (R1) for series occurrence calendar item summary. #2047
This hotfix (2.11.2.6) works - fixes both the CSV's and the Verbose Log! |
OGCS Version: v2.11.2
Bug Description
OGCS incorrectly detects changes in start and end times for Google events, due to comparisons in UTC not localtime.
Steps to Reproduce the Issue
Full or delta syncs report a change in start and/or end time when there is none. The difference in time is the offset between localtime and UTC.
The text was updated successfully, but these errors were encountered: