[Remind-Fans] msgsuffix() type thing for calendar view?

Dianne Skoll dianne at skoll.ca
Sat Nov 26 21:30:06 EST 2022


On Sat, 26 Nov 2022 22:10:54 +0000
Tim Chase via Remind-fans <remind-fans at lists.skoll.ca> wrote:

> However, when I use the calendar view, I didn't see an option for
> annotating those differences.  So I was hoping to be able to do
> something like

>     FSET calprefix(x) iif(icon=="", "", icon)

How is that different from:

      FSET calprefix(x) icon

?

> and then, say, in my birthday.rem put

>     SET icon "🎁"

> to prefix all birthdays with a gift emoji.  Any recommendations on
> how to get such a behavior?

Shouldn't it just work?  In your main reminder file:

     SET icon ""
     FSET calprefix(x) icon

In birthday.rem:

     SET icon "🎁 "
     REM ... MSG Someone's Birthday
     # .. etc
     SET icon ""

Regards,

Dianne.



More information about the Remind-fans mailing list