[Remind-Fans] OMITing one date from a range

David F. Skoll dfs at roaringpenguin.com
Tue Mar 27 12:16:19 EDT 2012


On Tue, 27 Mar 2012 12:08:40 -0400
remind at isaacgood.com wrote:

> Hi all. I'm trying to set up a weekly meeting from date A through B
> missing one date. The OMIT part isn't working for me.

You can't OMIT a full date from within a REM line.  What you want is this:

PUSH-OMIT-CONTEXT  # if necessary
OMIT 3 April 2012
REM Tue FROM 2012-03-27 UNTIL 2012-07-11 AT 13:30 DURATION 0:30 SKIP MSG Meeting
POP-OMIT-CONTEXT   # if necessary

Read the man page to see why SKIP is needed.

Regards,

David.


More information about the Remind-fans mailing list