gcalcli icon indicating copy to clipboard operation
gcalcli copied to clipboard

Google Calendar Command Line Interface

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

Avoids this issue: https://github.com/protocolbuffers/protobuf/issues/7877#issuecomment-691371728 Summary: google packages are mixing "native namespace packages" and "eggs that internally use pkg_resources-style packages", causing `ImportError` when people install from source using `python setup.py install`;...

Example empty `.vcs`: ``` BEGIN:VCALENDAR PRODID: Gpu2vcs modified by Dynamisoft VERSION:2.0 METHOD:PUBLISH END:VCALENDAR ``` Output after trying to import this file: ``` Traceback (most recent call last): File "/home/user/.local/lib/python3.11/site-packages/vobject/base.py", line...

I don't know if I'm wrong however there was a dependency that wasn't present on the list which was python-setuptools. However as I am on Arch Linux I am unaware...

When a large list of events was obtained, only the first query was correct. Subsequent queries used default parameters, so the resulting list had the earliest events of the calendar,...

(This has been driving me bananas - apologies in advance if this is not at all related to gcalcli. ) I've been using gcalcli in a custom [übersicht](https://github.com/felixhageloh/uebersicht) widget for...

I can successfully add events using 'add' or 'quick', but when using: ``` gcal1=$(mktemp) gcalcli import "$gcal1" --calendar [email protected] ``` where `gcal1` is a temporary file that I create using...

List of changes: - remove unsupported Python = 3.8 for tox - fix issue raise by flake8

Found via `codespell -S htmlcov`

I want to create events where the description, location, and/or title start with "@". "@" seems to be used as shorthand for "include file" so this seems to be impossible....