[Remind-Fans] Repeating event every 3 months
David F. Skoll
dfs at roaringpenguin.com
Thu Mar 7 07:54:32 EST 2013
On Thu, 07 Mar 2013 11:04:10 +0100
Volker Wolfram <volker at volker-wolfram.de> wrote:
> How do I get a message on the first day of month repeating every 3
> months?
You have to either use four reminders:
REM 1 Jan MSG foo
REM 1 Apr MSG foo
REM 1 Jul MSG foo
REM 1 Oct MSG foo
Or trickery like:
REM 1 SATISFY [($Tm % 3) == 1] MSG foo
Regards,
David.
More information about the Remind-fans
mailing list