Ingolf Becker

Results 9 comments of Ingolf Becker

> Add `event.removeProperty('recurrence-id');` after [line 439](https://github.com/derekantrican/GAS-ICS-Sync/blob/94d729a8733b5a81b61db36ff70eb3047aa0eb92/Helpers.gs#L439) in Helpers.gs This creates a toggle scenario, where on first sync the 11:30 event on the 8th appears, but on second sync the event...

Thank you @jonas0b1011001 , that seems to have done the trick. My Google calendar just got much busier! While clearly a bug with Exchange/Outlook/Microsoft, I wonder if merging this into...

Sorry about my slow reply, I have tried a variety of different approaches but the bug always reoccurs after a few weeks. This of course makes testing rather slow. I...

Hey @phw198. The above issue has occured once again. Could you reopen this issue or should I open a new one?

I will switch back to the default API for a while and see what happens.

Thanks for getting to this - here are some example failing log lines: ``` 0.0.0.0 - - [08/May/2022:01:52:08 +0100] "OPTIONS * HTTP/1.1" 200 - "-" "-" 0.0.0.0 - - [08/May/2022:01:52:19...

I think #51 addresses your wishes - the code by mikeage works well for me!

This seems non-obvious to fix. Python 2.6's SocketServer implementations do not expose a `shutdown_request` method that can be overwritten (compare [2.6](https://hg.python.org/cpython/file/2.6/Lib/SocketServer.py#l162) with [2.7](https://hg.python.org/cpython/file/2.7/Lib/SocketServer.py#l176)). I guess one could overwrite [`shutdown_server`](https://hg.python.org/cpython/file/2.6/Lib/SocketServer.py#l231) instead.

These instructions didn't work for me. I had to set up my own set of m4, autoconf, automake and libtool; and then run ``` libtoolize aclocal autoconf automake --add-missing ./configure...