Adam J. Kessel

Results 52 comments of Adam J. Kessel

I tried tweaking the code so that any unique ID in Google Drive would only be downloaded once, and then not re-downloaded if it had already been downloaded. But this...

Apparently this is a limitation if your app is set to "testing" rather than "published". But when I try to publish, it requires a bunch of information and manual verification...

I've made some progress. It's possible to remove all the sensitive scope authorizations if you set gcalcli to post to a secondary calendar. Then you should be able to publish...

I've created a slightly less ugly fix. Below is a patch to python-oauth2client (v4.1.3 from Ubuntu) that allows you to set OOB_CALLBACK_URN via environmental variable. I've also posted an unsigned...

Per https://github.com/insanum/gcalcli/issues/611 , if we can figure out how to get gcalcli to pass a redirect_uri parameter to the Python Google OAuth2 module, it should be possible to publish the...

I believe so. The deprecated Python module doesn't allow the code to specify redirect_uri. If we want to publish a web app in production rather than testing (thus extending the...

Per https://github.com/insanum/gcalcli/issues/611 , if we can figure out how to get gcalcli to pass a redirect_uri parameter to the Python Google OAuth2 module, it should be possible to publish the...

Per https://github.com/insanum/gcalcli/issues/611 , if we can figure out how to get gcalcli to pass a redirect_uri parameter to the Python Google OAuth2 module, it should be possible to publish the...

Figured it out. Patch below that causes email invites to be sent; perhaps this should be added as a command-line switch? ``` --- gcal.py.bak 2021-07-01 12:50:04.814334100 -0400 +++ gcal.py 2021-07-01...

It takes about 22 minutes to sync. I just noticed, however, that if I disconnect from my work VPN, sync completes in about 20 seconds. This can't possibly be a...