Hello all,
Currently using the following formula, aiming to have the next five days of calendar events show up on tap of a global button. Buttons working fine and text shows up fine but events for a2d through a5d just show the next all day event.
Can someone help me with the code to show the next five upcoming events?
Upcoming Events: $ci(title, 1)$ on $df(dd/M hh:mm, ci(start, 1))$-$df(hh:mm, ci(end, 1))$
Next Event: $ci(title, a1d)$ on $df(dd/M hh:mm, ci(start, 0))$-$df(hh:mm, ci(end, 0))$
Upcoming Events:
$ci(title, a2d)$ on $df(dd/M hh:mm, ci(start, 0))$-$df(hh:mm, ci(end, 0))$
$ci(title, a3d)$ on $df(dd/M hh:mm, ci(start, 0))$-$df(hh:mm, ci(end, 0))$
$ci(title, a4d)$ on $df(dd/M hh:mm, ci(start, 0))$-$df(hh:mm, ci(end, 0))$
$ci(title, a5d)$ on $df(dd/M hh:mm, ci(start, 0))$-$df(hh:mm, ci(end, 0))$