>From a certain date onwards, I would like a reminder for two weeks, but
just on working days. This recurs every year.

In this example the reminder starts on 1st August:

REM SCANFROM  [trigger(date(year(today()),8,1))] \              
        SATISFY wkdaynum(trigdate()) >  SUN       && \
            wkdaynum(trigdate()) <= FRI       && \
            day(trigdate()) <= 15             && \
            !isomitted(trigdate())               
IF trigvalid()
        REM [trigger(trigdate())] MSG use direct debits
ENDIF



I need the same logic for various reminders with different dates. Can
the first part be done in a function to save me duplicating the whole
shebang?

--


Best Regards,

Tarlika Elisabeth Schmitz
_______________________________________________
Remind-fans mailing list
[email protected]
http://lists.whatexit.org/mailman/listinfo/remind-fans

Reply via email to