Hi
In my calendar widget I use
$df("dd MMM", ci(start, 0)), ci(title, 0)$
to display upcoming (0, 1, 2 etc) and today's events. If the first event is a multi day one, it continues to show until the last day of that event. How can I change this so that multi day events only show when they are upcoming and if they start today, and then are ignored for the rest of their duration?