[Remind-Fans] Looking for a way to specify a certain number of reminders

David F. Skoll dfs at roaringpenguin.com
Sun Mar 22 21:02:48 EDT 2009


nicerobot wrote:

> Thanks. That'll work though It's not really idea to have to specify the
> trigger date twice.

Agreed, but you can work around that if you try really hard.

> Any idea why "UNTIL [trigdate() + 21]" doesn't work?

Two reasons:

1) trigdate() doesn't necessarily return March 22.  It returns the
actual calculated trigger date, so trigdate() + 21 will always be three
weeks in the future.

2) You have to wrap a date in trigger() because REM wants to parse
dates of the form "22 March 2009" and not '2009-03-22'

-- David.



More information about the Remind-fans mailing list