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

There's one calendar that my account is linked to that I don't want to see when I use gcalcli. I don't want to delete the calendar entirely, just remove it...

enhancement

This answers the same issues as pull request https://github.com/insanum/gcalcli/pull/584#issuecomment-839376331 (issues #492, #583), but actually updates the event (similarly to the google calendar "import" feature) instead of creating duplicates events or...

Hi, I was wondering if there is any way to get the event duration when using the agenda? Additionally, I would like to further manipulate the output from the agenda....

`gcalcli add --calendar "" --when "$date" --duration "$duration" --title "$title" --noprompt ` renvois ``` Traceback (most recent call last): File "/usr/bin/gcalcli", line 11, in load_entry_point('gcalcli==4.2.0', 'console_scripts', 'gcalcli')() File "/usr/lib/python3/dist-packages/gcalcli/cli.py", line...

I just installed this and tried it on Ubuntu. I've tried with the install from apt-get and again with installing with pip I was getting the App Blocked but followed...

How can I get the end times displayed for events in calendar views?

If the calendar ID (i.e. the primary email) doesn't exactly match the invitee's email, `gcalcli agenda --nodeclined` will throw an error. This change changes makes use of the 'self' property...

--tsv currently ignores the --nodeclined and still shows the events that you have declined in the list. This pull request adds the functionality to hide declined events from TSV list.

Hi, I'm getting this result on os x: ``` >gcalcli --client-id xxx.apps.googleusercontent.com --client-secret yyy list usage: gcalcli [-h] [--auth_host_name AUTH_HOST_NAME] [--noauth_local_webserver] [--auth_host_port [AUTH_HOST_PORT [AUTH_HOST_PORT ...]]] [--logging_level {DEBUG,INFO,WARNING,ERROR,CRITICAL}] [--version] [--client-id CLIENT_ID]...

bug
upstream

Hi, I'm remotely installing gcalcli on a server, and when I try `gcalcli --noauth_local_webserver` I get `Unknown command line flag 'noauth_local_webserver'` Any ideas? Thanks for your help

needs-repro