On Sat, 16 May 2015 08:26:57 +0200 Matthias Teege <[email protected]> wrote:
> FSET cwarn(x) choose(x, 5, 3, 2, 1, 0) > REM 2015-01-01 *1 UNTIL 2015-01-05 WARN cwarn MSG %"event%" > Is it possible to generate warnings only based on the first day of an > event? Remind lacks the concept of multi-day events, so you'd have to do it with two separate reminders: # First day REM 2015-01-01 WARN cwarn MSG %"event%" # Remaining 4 days REM 2015-01-02 *1 UNTIL 2015-01-05 MSG %"event%" Regards, Dianne. _______________________________________________ Remind-fans mailing list [email protected] http://lists.roaringpenguin.com/cgi-bin/mailman/listinfo/remind-fans Remind is at http://www.roaringpenguin.com/products/remind
