[Remind-Fans] Remove reminders at vacation days
Jostein Berntsen
jbernts at broadpark.no
Mon Jun 21 08:06:57 EDT 2010
I have added my vacation days to remind by using this code:
-->
FSET between(x,a,b) (x>=a && x <=b)
FSET vacation_2010(x) ( 0 \
|| between(x, '2010-6-30', '2010-7-05' )\
|| between(x, '2010-7-11', '2010-7-26' )\
|| between(x, '2010-8-30', '2010-9-09' )\
|| between(x, '2010-10-01', '2010-10-09' )\
)
FSET vacation(x) ( vacation_2010(x))
REM SATISFY [ vacation(today()) ] MSG Vacation
REM mon thu wed tue fri SKIP \
AT 7:45 DURATION 8:00 \
SATISFY [!vacation(today())] \
<--
I have checked the manual, but I could not find a way to remove
recurring events from the days when I have vacation. Could you tip me on
how to achieve this?
Jostein
More information about the Remind-fans
mailing list