On Thu, 27 Nov 2025 09:42:17 -0800
Aric Gregson via Remind-fans <[email protected]> wrote:
> I use the '%3' now to show the start time, but did not see a way to
> show the entire duration of the event. I am sure I am missing
> something.
For example:
REM AT 15:00 DURATION 60 MSG Event (%3 - [$Tt + trigduration()])
If you use this a lot, you can define your own substition function:
FSET subst_startend(a, d, t) t + " - " + (t+trigduration())
and then use it like this:
REM AT 15:00 DURATION 60 MSG Event (%{startend})
Regards,
Dianne.
_______________________________________________
Remind-fans mailing list
[email protected]
https://dianne.skoll.ca/mailman/listinfo/remind-fans
Remind is at https://dianne.skoll.ca/projects/remind/