gcalcli icon indicating copy to clipboard operation
gcalcli copied to clipboard

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

Open hjorthjort opened this issue 4 years ago • 1 comments

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/

hjorthjort avatar Sep 09 '20 09:09 hjorthjort

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

empierre avatar Apr 10 '23 16:04 empierre