I do it this way, after ical2rem has put everything into a file included by .reminders::
3 6 * * * local/bin/remind -q -iplain=1 ~/.reminders | mail -s "Reminders" [email protected] in .rem/defs.rem is: IF (defined("plain")) SET Esc "" SET Nrm "" SET Blk "" SET Red "" SET Grn "" SET Ylw "" SET Blu "" SET Mag "" SET Cyn "" SET Wht "" SET Gry "" SET BrRed "" SET BrGrn "" SET BrYlw "" SET BrBlu "" SET BrMag "" SET BrCyn "" SET BrWht "" On Wed, Aug 19, 2009 at 7:12 PM, Thomas Klausner<[email protected]> wrote: > Hi! > > I'm currently using ical2rem and remind to send myself email for the > stuff that will/is supposed to happen in the next days. > ical2rem converts the sunbird ics files to remind files, and then I > mail myself the output of: > /usr/pkg/bin/remind -n -ga -b1 $HOME/.reminders | sed 's/\\,/,/g' | > head -40 > on a daily basis. > > The "head -40" is just a workaround -- basically I would like to just > get the -n output for the next 2 or 3 days, but I didn't find a remind > option for that. > > Is there a way to do what I want? Or do you have better suggestions? > > Thanks, > Thomas > _______________________________________________ > Remind-fans mailing list > [email protected] > http://lists.whatexit.org/mailman/listinfo/remind-fans > _______________________________________________ Remind-fans mailing list [email protected] http://lists.whatexit.org/mailman/listinfo/remind-fans
