gcalcli
gcalcli copied to clipboard
Google Calendar Command Line Interface
How could I add the week number to each week displayed?
``` gcalcli --refresh --nocolor agenda --nostarted --nodeclined --tsv --no-miltary "`date`" "`date -d '+1 day'`" ``` Output: ``` 2020-09-09 11:30 2020-09-09 14:30 Event X 2020-09-09 15:30 2020-09-09 16:30 Event Y ......
I often need to do bulk editing of my calendar which is not super convenient with the Google Calendar web interface. A spreadsheet interface would be much better. What would...
In README.md, there's an example script for importing ics files that is currently broken. It still has a reference to the goo.gl shortener, which is no longer available. Removing the...
Running gcalcli 4.2.0 in Python 3.7.0 in Windows 10, trying to import a calendar saved from Outlook 2013 into Google Calendar. Note that importing via Google Calendar's import function works...
On my system (Ubuntu 20.04 on WSL2) I get two warnings when starting tox. 1. `Warning: No long description generated.` 2. `UserWarning: Normalizing 'v4.3.0' to '4.3.0'` ``` $ tox Warning:...
Did pip3 install gcalcli Runs this: ``` urxvt -fn "-*-terminus-medium-*-*-*-16-*-*-*-*-*-*-*" -e sh -c "/usr/local/bin/gcalcli --calendar [email protected]\#yellow --calendar [email protected]\#white --lineart unicode calw now 13 --monday --military --width 33 --color-date white |...
Hi. Can it be made that a user is able to export a specific calendar as an ics file? This could be helpful for importing to another application. Something like...
Could you add support to use custom color with hexa codes or something similar? for exemple `--color-date=01f9f6`
gcalcli should show multi-day events across each day for agenda, calw, and calm outputs. If someone wants to give it a shot... go for it! :-)