[Remind-Fans] Countdown message that only includes weekdays

Dianne Skoll dfs at roaringpenguin.com
Wed Dec 28 11:36:34 EST 2016


On Wed, 28 Dec 2016 13:07:21 -0300
Sector11 <Sector11 at fibertel.com.ar> wrote:

> I tried what you posted - it doesn't show on "Today" that a report is
> due in x days.  The other two are my feeble attempt:  :(

That's an easy fix; just add a "+3" for three days' advance warning or
"+100" for a countdown every day.

FSET goodcount(x, y) ((nonomitted(x, y, "Sat", "Sun") % 45) == 0) && !isomitted(y) && wkdaynum(y) != 0 && wkdaynum(y) != 6
REM 2017-01-30 *1 +3 SATISFY [goodcount('2017-01-30', trigdate())] MSG Report due %b

This will most likely need tweaking every so often to update the start
date because as I mentioned, Remind does impose an iteration limit internally.

Regards,

Dianne.


More information about the Remind-fans mailing list