[Remind-Fans] OMIT weekends and holidays

David F. Skoll dfs at roaringpenguin.com
Fri Feb 13 17:04:53 EST 2009


Tarlika Elisabeth Schmitz wrote:

> REM 13 OMIT Sat Sun AFTER +4 MSG pay bill

> Another thing that caught me out: the delta of +4 does give me advance
> warnings on omitted days although these are not counted.

> How can I achieve 4 advance messages issued on working days only?

I don't have a particularly clean solution... this is the best
I could come up with:

FSET _working_day(x) wkdaynum(x) > 0 && wkdaynum(x) < 6 && !isomitted(x)

IF _working_day(today())
    REM 13 OMIT Sat Sun AFTER +4 MSG pay bill
ENDIF

Regards,

David.



More information about the Remind-fans mailing list