[Remind-Fans] warn only on the first day of an event

Dianne Skoll dfs at roaringpenguin.com
Sun May 17 08:16:02 EDT 2015


On Sat, 16 May 2015 08:26:57 +0200
Matthias Teege <matthias-rmd at mteege.de> wrote:

> FSET cwarn(x) choose(x, 5, 3, 2, 1, 0)
> REM 2015-01-01 *1 UNTIL 2015-01-05 WARN cwarn MSG %"event%"

> Is it possible to generate warnings only based on the first day of an
> event?

Remind lacks the concept of multi-day events, so you'd have to do it
with two separate reminders:

# First day
REM 2015-01-01 WARN cwarn MSG %"event%"

# Remaining 4 days
REM 2015-01-02 *1 UNTIL 2015-01-05 MSG %"event%"

Regards,

Dianne.


More information about the Remind-fans mailing list