[Remind-Fans] some Catholic holidays

David F. Skoll dfs at roaringpenguin.com
Thu Feb 7 11:10:11 EST 2002


On Wed, 6 Feb 2002, Daniel Martins wrote:

> However  when I try to to set up a holyday
> after the easterdate(today()) it does not work, such as:

> OMIT [trigger(60 + easterdate(today()))]

Try:
OMIT [trigger(60 + easterdate(today() - 60))]
REM [trigger(60 + easterdate(today() - 60))] MSG Corpus Christie

> At last, I would like to know if I could combine the MSG and OMIT
> lines in a single sentence like

> REM OMIT [...] MSG Corpus Christie

Leave out the REM; this should work:
OMIT [trigger(60 + easterdate(today() - 60))] MSG Corpus Christie

Regards,

David.




More information about the Remind-fans mailing list