[Remind-Fans] Repeat every 4 years

Luis Muñoz Fuente luis.munoz.edu at juntadeandalucia.es
Wed May 31 14:30:10 EDT 2023


El 31/5/23 a las 19:53, Dianne Skoll via Remind-fans escribió:
> 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

This command works in 2000, 2004, 2008, etc.

and this:
REM 31 May +7 SATISFY [($Ty % 4) == 1] MSG test

in 2001, 2005, etc.

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

in 2002, 2006, 2010, etc.

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

in 2003, 2007, etc.

Is it true?


More information about the Remind-fans mailing list