gcalcli icon indicating copy to clipboard operation
gcalcli copied to clipboard

Google Calendar Command Line Interface

Results 199 gcalcli issues
Sort by recently updated
recently updated
newest added

Hello, after the installation of gcalcli, when i run a test command style 'gcalcli agenda' or any other command it shows me the help sitematically. Do you have an idea...

needs-repro

I've recently been given access to a new calendar as a reader in my Google Calendar account, but I'm not seeing it reflected in my Agenda. I'm not sure how...

bug

I got an import error ('No module named apiclient.discovery') after upgrading my Linux OS. Replacing apiclient with googleapiclient fixed it.

This is not at all feature complete, but I was looking for a way to see when I am free during the working day. Here is a quick hack of...

enhancement

Hello, I love glcacli, and using a a lot. However, I was wondering that my google calendar by default starts the week from monday. Can i do the same for...

enhancement

I have a large system written in Perl / Prolog that I'm trying to sync with GCal, and I was unable to get the GCal clients for Perl to work,...

enhancement

I'm getting an error when trying to exclude declined events from the agenda. ``` ~> gcalcli agenda --nodeclined 1 Thu Nov 18 8:00 No-meeting zone Traceback (most recent call last):...

I'm trying to add an all-day event, but I don't want to be marked busy for the whole day: `gcalcli quick --calendar=Home --reminder=16h 'Garbage collection 22.11.2021'` and the resulting event...

It looks like there's a problem using gcalcli with the latest version of the pyparsing library (3.0.4): ``` $ gcalcli Traceback (most recent call last): File "/usr/bin/gcalcli", line 33, in...

I try to keep all my configuration in XDG standard inside the `~/.config` directory. Could you allow setting `--configFolder` as an environment variable? e.g. `GCALCLI_CONFIG_DIR`