[Remind-Fans] Would love some help

Dianne Skoll dianne at skoll.ca
Thu Mar 17 09:14:50 EDT 2022


On Thu, 17 Mar 2022 08:06:29 -0500
Tim Chase via Remind-fans <remind-fans at lists.skoll.ca> wrote:

>   PUSH
>     OMIT Jan 12 2022 MSG Random Holiday
>     SET rotation_start date(2022,1,1)
>     IF $U >= rotation_start
>       # the "%4" is the number of servers in the list
>       FSET server(dt) choose( \
>         1 + (nonomitted(rotation_start, dt, "Sat", "Sun") % 4), \
>         "Server A", \
>         "Server B", \
>         "Server C", \
>         "Server D" \
>         )
>       REM OMIT Sat Sun SKIP MSG [server($T)]
>     ENDIF
>   POP

I believe the OP only wanted one reminder per server per month.  Yours
triggers on every weekday, rotating amongst the four servers in sequence.
This is cool, but I believe a different solution than what the OP was looking
for.

Regards,

Dianne.


More information about the Remind-fans mailing list