pombreda / gcalcli

Automatically exported from code.google.com/p/gcalcli
0 stars 0 forks source link

How to increase the default 5 day from start date, end date for agenda #36

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
gcalcli --help under agenda command says that the end date is 5 days after
the start date.

Is there a way to change that 5 days to, say 15, days?

Original issue reported on code.google.com by asol...@gmail.com on 17 Jul 2008 at 7:35

GoogleCodeExporter commented 9 years ago
You do this yourself by expressing an end date to agenda.  To automate it from 
a script or shell alias use the following.  This example is on Linux:

% gcalcli agenda "`date -d now`" "`date -d '+15 days'`"

Original comment by eda...@insanum.com on 24 Jul 2011 at 7:02

GoogleCodeExporter commented 9 years ago

Original comment by eda...@insanum.com on 27 Jul 2011 at 4:59