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

You could probably use PKCE: https://tools.ietf.org/html/rfc7636 Then the user will not have to get and store the secret key and he'll still be able to get a refresh token. Another...

enhancement

Example: I have an event in an hour with a default notification (which for this calendar is 15 minutes). If I run `gcalcli remind --use_reminders 60 ...`, I get a...

Adds missing check on nested dictionary access

I am getting the following error after upgrading from Ubuntu 20.04 to 20.10. ``` Traceback (most recent call last): File "/home/peter/.local/lib/python3.8/site-packages/pkg_resources/__init__.py", line 567, in _build_master ws.require(__requires__) File "/home/peter/.local/lib/python3.8/site-packages/pkg_resources/__init__.py", line 884,...

Add a way to install this package directly from homebrew (for macOS)

Hello I have error when use gcalcli Please help me : pi@raspberrypi:~/gcalcli $ gcalcli --cal="AGENDA COMMUN" agenda Sat Oct 03 Filles seb Tue Oct 06Traceback (most recent call last): File...

bug
needs-repro

### Installaton pip install gcalcli ### Error ``` Traceback (most recent call last): File "/home/dorian/anaconda3/bin/gcalcli", line 10, in sys.exit(main()) File "/home/dorian/anaconda3/lib/python3.7/site-packages/gcalcli/cli.py", line 144, in main cal_names=cal_names, printer=printer, **vars(parsed_args) File "/home/dorian/anaconda3/lib/python3.7/site-packages/gcalcli/gcal.py",...

$ gcalcli --calendar "Team" --calendar "Personal" agenda Agenda will list a multiday all day event on the first day but does not include it on following days, so it appears...

Using: gcalcli search --military --nostarted --nodeclined --details all "\\*" "${START}" "${END}" 2020-09-18 10:00 - 10:30 Test Event Calendar: Personal Link: https://www.google.com/calendar/event?eid= Hangout Link: https://meet.google.com/ Conference Link: video: https://meet.google.com/ Conference Link:...

Changed hyphens to underscores in authentication option names. As mentioned in issue #523, the options need underscores (not hyphens) yet the documentation still instructed to use hyphens.