insanum / gcalcli

Google Calendar Command Line Interface
MIT License
3.31k stars 311 forks source link

--no-military option and --tsv option not compatible #563

Open hjorthjort opened 4 years ago

hjorthjort commented 4 years ago
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/

empierre commented 1 year ago

seems both have been removed, which makes it hard to use now for home automation based on calendar...