gcalcli
gcalcli copied to clipboard
Google Calendar Command Line Interface
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...
Resolves #589
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...
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...
Here is what I got installing from package:  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...