[Remind-Fans] Omit several days
David F. Skoll
dfs at roaringpenguin.com
Thu Jan 31 09:30:10 EST 2008
Jan Seeger wrote:
> It seems like omitting a range of days is not (yet?) possible in
> remind. I have used the following kludge:
Omitting a range is not possible. Your kludge is not a good idea;
making the OMIT context "float" can yield surprising behaviour.
If you have resigned yourself to using an IF, then why not simplify it:
IF today() < '2008-02-09' || today() > '2008-02-29'
REM Tue +4 -1 MSG DS-Hausaufgaben...
REM Mon +4 -1 MSG Info-Hausaufgaben...
ENDIF
Or you could even get very tricky:
REM Tue +4 -1 SATISFY [trigdate() < '2008-02-09' || trigdate() > '2008-02-29'] MSG ...
Regards,
David.
More information about the Remind-fans
mailing list