gcalcli
gcalcli copied to clipboard
--no-military option and --tsv option not compatible
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
...
The output is the same when using the --military
flag, or none of the two flags.
Removing --tsv
:
gcalcli --refresh --nocolor agenda --nostarted --nodeclined --no-miltary "`date`" "`date -d '+1 day'`"
Output:
Wed Sep 09 11:30am Event X
3:30pm Event Y
Version info:
gcalcli v4.3.0 (Eric Davis, Brian Hartvigsen, Joshua Crowgey)
Installed from pacaur: https://aur.archlinux.org/packages/gcalcli/
seems both have been removed, which makes it hard to use now for home automation based on calendar...