[Remind-Fans] "Calendar" for a single day
qikom at free.fr
qikom at free.fr
Wed Aug 19 19:08:59 EDT 2009
Hello to all...
This is seemingly a naive question, but I cannot find a way to generate a "calendar" for a single day.
What I have in mind is something like
$ remind -c+1 ~/.reminders
$ remind -n ~/.reminders
or
$ remind -s+1 ~/.reminder
but for a single day...
(And giving an explicit date doesn't achieve that.)
We can get the reminders of a single day with
$ remind ~/.reminders "date"
but we don't get the times...
Right now, the only way I see for achieving what I want is to parse the output of
$ remind -s+1 ~/.reminder
keep only the relevant day, and generate an appropriate calendar. This is rather inelegant.
A quick look through the source showed that the function "WriteSimpleEntries" (used with the "-s" flag) is never called outside "DoCalendarOneWeek" and "DoCalendarOneMonth", so I am not sure there is another solution...
I guess adding support for single day simple ("-s") calendars is straightforward, as is adding support for single day "-n" calendar...
Is there a reason for not having those features?
Or am I overlooking something obvious?
Pierre
--
More information about the Remind-fans
mailing list