gcalcli
gcalcli copied to clipboard
Specify Time Range In Agenda
I'm using gcalcli version 4.0.3, and I was wondering if it's possible to provide the time range in the agenda output. Here is an example of a command I'd run:
$ gcalcli --calendar my-calendar --nocolor agenda > ~/.emacs.d/diary
Here is the output I expect to see:
Mon Mar 11 11:00am-11:15am Lifecycle Stand-up
What I get is:
Mon Mar 11 11:00am Lifecycle Stand-up
I can add the --details length
to the command, but then that gives me something like 00:15:00
, not something like 11:30am-12:10pm
.
BTW, this application is amazing. Thank you for making my life easier!