[Remind-Fans] How can I change regular monthly schedule for 3 days?

David F. Skoll dfs at roaringpenguin.com
Thu May 3 07:35:58 EDT 2012


On Thu, 3 May 2012 11:12:50 +0100 (BST)
Damien Lin <damianus500 at yahoo.com> wrote:

> How can I set the variable driver to 1 just for a range of date, say,
> May 17-19, 2012 (i.e. when a driver is out)?

You could do something like this:

# Default: 2 drivers
SET driver 2

# But someone is away May 17-19:
IFTRIG 17 May 2012 THROUGH 19 May 2012
       SET driver 1
ENDIF

See the THE IFTRIG COMMAND in the man page for details.

Regards,

David.


More information about the Remind-fans mailing list