[Remind-Fans] Repeat every 4 years

Dianne Skoll dianne at skoll.ca
Wed May 31 13:53:40 EDT 2023


On Wed, 31 May 2023 19:52:00 +0200
Luis Muñoz Fuente via Remind-fans <remind-fans at lists.skoll.ca> wrote:

> REM 31 may 2000 +7 SATISFY [($Ty % 4) == 0] MSG test

That will only trigger on 31 May 2000.  If you want it to trigger
every four years, use:

    REM 31 May +7 SATISFY [($Ty % 4) == 0] MSG test

That is: Leave out the "2000", which restricts it to trigger only once
on a specific date.

Regards,

Dianne.



More information about the Remind-fans mailing list