Skip to content
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

Failure to delete exception to recurring event #1753

Closed
galexmay opened this issue Dec 13, 2023 · 19 comments
Closed

Failure to delete exception to recurring event #1753

galexmay opened this issue Dec 13, 2023 · 19 comments
Assignees
Labels
bug Something's not working right recurring appointment resolved Working hotfix available
Milestone

Comments

@galexmay
Copy link

OGCS Version: v2.10.0.0
Edition: Installed
Sync Direction: O<->G

Bug Description
I have deleted an event as an exception to a recurring event. The deletion was carried out in Google calendar but is not replicating/deleting on my Outlook calendar.

Steps to Reproduce the Issue

  1. Create a recurring event in the Google calendar
  2. Sync the event to Outlook calendar
  3. Delete one occurrence of the recurring event in the Google calendar
  4. Sync the calendars and note that the event is not deleted from the Google calendar

Attached are my log file and the ics renamed in a zip as the ics raw would not upload.
Jazz Jam.zip
231213 OGcalsync.log

@galexmay galexmay added the bug Something's not working right label Dec 13, 2023
@ghnogueira
Copy link

Same issue here.

@phw198
Copy link
Owner

phw198 commented Dec 17, 2023

Likely a duplicate of #1653 and fixed long ago.

@phw198 phw198 closed this as completed Dec 17, 2023
@phw198 phw198 added the old release Issue needs replicating on latest release label Dec 17, 2023
@galexmay
Copy link
Author

galexmay commented Dec 17, 2023

20231217_192249

WTF! According to OGCS, I am running the latest version.

@phw198
Copy link
Owner

phw198 commented Dec 17, 2023

At the top of the issue template when raising a bug, as well as the guidance for reporting a bug, request issues are reproduced on the latest alpha release.

If you can indeed reproduce the issue on the latest alpha, this issue can be reopened.

@ghnogueira
Copy link

Hi Paul. I'm using the latest alpha release (2.10.1) and the issue sadly remains. Tthe steps described by galexmay are perfect. I have several recurring events on Google which I have deleted singular ocurrences there, but my Outlook calendar still shows those appointments.

@ghnogueira
Copy link

OGcalsync.log

I hope it helps

@phw198
Copy link
Owner

phw198 commented Dec 22, 2023

@ghnogueira Thanks for the log, but can you give me a clue on the name and time of series that has the deleted occurrence and the date of that occurrence?

I'm using the latest alpha release (2.10.1)

No, when you checked, it actually said "Failed to check for ZIP release." - which is because GitHub changed how they present their pages which broke the mechanism.

⏫ Please manually upgrade to the latest release, v2.10.2.0, though issue #1653 was resolved in v2.10.1 and that was for O->G also.

@phw198 phw198 added the triage Issue being investigated label Dec 22, 2023
@phw198 phw198 self-assigned this Dec 22, 2023
@phw198
Copy link
Owner

phw198 commented Dec 22, 2023

Yep OK, I've traced the issue back to a hotfix in v2.9.6.4.

📦 This should now be resolved with hotfix v2.10.2.12.zip (see instructions for applying).

Please let me know how it goes.

@phw198 phw198 reopened this Dec 22, 2023
@phw198 phw198 added recurring appointment waiting fix confirmation Hotfix available for testing and removed old release Issue needs replicating on latest release triage Issue being investigated labels Dec 22, 2023
@galexmay
Copy link
Author

galexmay commented Dec 23, 2023 via email

@phw198
Copy link
Owner

phw198 commented Dec 23, 2023

Well the entire code base is open source and It would be rather self defeating to openly publish infected software. But there's no accounting for antivirus false positives.

Code signing it may help - I'll see if I can do that in a bit...

📦 Now signed v2.10.2.12.zip - see if that helps at all.
     CRCs: Zip = 37DEB209 Exe = 2D0BEECB

@galexmay
Copy link
Author

galexmay commented Dec 24, 2023 via email

@phw198
Copy link
Owner

phw198 commented Dec 24, 2023

Well that's what code signing should prove - that it's not been tampered with since it was published. Are you saying the signed version of the hotfix is also being reported?

If I didn't publish it infected, and your computer isn't infected, that would just leave GitHub servers as infected which is rather unlikely. Much more likely that your antivirus (MS Defender?) heuristics can't distinguish between genuine software programmatically connecting to Outlook mailbox accounts to sync calendar data and bad-actor software mining for email addresses and the like....

The executable CRC before I uploaded it is: 2D0BEECB - you can compare yours.

@galexmay
Copy link
Author

As your post previously said "I'll see if I can do that in a bit", I didn't realise that you had already posted the signed code. I didn't get another notification of the edit.
Signing the code did solve the virus quarantine problem and I've tested the hotfix and it works.
Thanks

@ghnogueira
Copy link

Yep OK, I've traced the issue back to a hotfix in v2.9.6.4.

📦 This should now be resolved with hotfix v2.10.2.12.zip (see instructions for applying).

Please let me know how it goes.

:)

image

I don't know if these were all within the timespan, but it seems it got solved. I'll keep monitoring.

Thanks a lot as always, Paul!

@phw198 phw198 added resolved Working hotfix available and removed waiting fix confirmation Hotfix available for testing labels Dec 31, 2023
@phw198 phw198 added this to the v2.10.3 milestone Dec 31, 2023
@jezzaaa
Copy link

jezzaaa commented Jan 5, 2024

In case it helps anyone else, this fixed my issue when syncing O->G. Thanks @phw198!

That reminds me, it's about time I clicked on that Donate button again.

@phw198
Copy link
Owner

phw198 commented Jan 5, 2024

Thanks for confirming and the donation @jezzaaa 😊

@ghnogueira
Copy link

ghnogueira commented Jan 8, 2024

Yep OK, I've traced the issue back to a hotfix in v2.9.6.4.

📦 This should now be resolved with hotfix v2.10.2.12.zip (see instructions for applying).

Please let me know how it goes.

Long due, but just dropped a small donation, @phw198... sadly not enough to hide splashscreen or to be the size of your contribution to my daily life with this app, but it was as much as the BRL->GBP exchange rate allows me. Thanks a lot as always!

@phw198
Copy link
Owner

phw198 commented Jan 21, 2024

Any and all amounts are appreciated @ghnogueira - thanks so much! 🙂

@ghnogueira
Copy link

Your work is unbelieavable!

@phw198 phw198 closed this as completed in faef239 Jan 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something's not working right recurring appointment resolved Working hotfix available
Projects
None yet
Development

No branches or pull requests

4 participants