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

Support for adding, checking off, viewing, and deleting google tasks.

see #583 and #492 I modified this for my own purposes and I stopped at "it works for my use case and doesn't make any tests fail". I don't think...

Loving this program! I've got it set up to show my agenda in a Conky on my desktop, and it's great! One thing I could use is the ability to...

This is what I get when I ask for an weekly calendar is there any way this can be fixed. If I choose a width that's big enough (in my...

bug

I wanted to colourize by calendars, and noticed, from a screenshot, that there was a way to do so: ``` --calendar="calendar name#color" ``` Yay! So I started adding these to...

Since `gcalcli edit` does not provide `--allday` option, changing the date for allday events is only available through `[w]hen` prompt. However, `[w]hen` makes the assumption that all events are non-allday...

bug

I have multiple email accounts, so invariably someone will email me a calendar invite to different account then my primary calendar setup. Importing the ical event into a different calendar...

bug

Here is what I got installing from package: ![obraz](https://user-images.githubusercontent.com/1277868/104109230-c1e45880-52c3-11eb-95ac-956c1047f0b9.png) Here is what I got installing manually: ~/gcalcli$ python setup.py install File "setup.py", line 15 print('Warning: No long description generated.', file=sys.stderr)...

Hi, I have an error when install GCALCLI : pi@raspidom:~/gcalcli $ python setup.py install File "setup.py", line 15 print('Warning: No long description generated.', file=sys.stderr) ^ SyntaxError: invalid syntax Have you...