Joshua Crowgey

Results 55 comments of Joshua Crowgey

--details=end On June 12, 2020 6:01:10 AM PDT, Geir Isene wrote: >How can I get the end times displayed for events in calendar views?

You probably want to start with: $ gcalcli SUCOMMAND --help and, if you're still having trouble, reply with details about what subcommand you're running and what you're experiencing. "That didn't...

I wish I could help. I can't repro this on Linux. I think there are macos users of gcalcli though, so maybe someone else can advise.

On current master this seems to work as expected (for me): I tried on python3.5 and on python2.7 ```shell (venv) ~/src/gcalcli$ gcalcli --noauth_local_webserver agenda /home/jcrowgey/src/gcalcli/venv/lib/python3.5/site-packages/oauth2client/_helpers.py:255: UserWarning: Cannot access /home/jcrowgey/.gcalcli_oauth: No...

I don't think we can help without more details. In general, if you're seeing the help message but not asking for `--help`, it means that your didn't invoke gcalcli with...

I'm not sure what version of gcalcli you're on. Copy-pasting that exact line you posted works fine for me (to list my calendars). Now, I already have a .gcalcli_oath token...

It looks like you're installing on python2.7, which is no longer supported. We probably need to update our docs and scripts to make that more clear.

You need to pip uninstall then pip3 install gcalcli (or pip install in an environment where python3 is the default python.

Your environment seems funny. This is installing via pip? Seems like you don't have setuptools in your venv or somesuch.

This looks really useful, thanks! I hope someone can push this over the finish line.