Hi everyone,
I’m trying to create a formula in KWGT to display the first upcoming event excluding events from today and tomorrow.
The issue is that, for example, if I have events scheduled for today and tomorrow, I want the widget to show the first event that is from the day after tomorrow onwards.
I’ve tried using the function $ci(title, 1)$ to get the second event, but it doesn’t always work because events can be very close (like today and tomorrow), and I want to exclude those.
I also tried formulas using sd >= d(2) or (a0d), but I get errors or it doesn’t work properly because I’m not sure how to correctly filter events based on the date.
Could someone who is experienced with KWGT calendar functions help me with a formula that returns the title of the first event that is not today or tomorrow, regardless of how many days are between events?
Thanks in advance!