On Thu, 07 Mar 2013 11:04:10 +0100 Volker Wolfram <[email protected]> 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. _______________________________________________ Remind-fans mailing list [email protected] http://lists.roaringpenguin.com/cgi-bin/mailman/listinfo/remind-fans Remind is at http://www.roaringpenguin.com/products/remind
