Formula | Description |
---|
$df(EEE hh:mm, ci(start, 0))$-$df(hh:mm, ci(end, 0))$ $ci(title, 0)$ | Day start-end title of first upcoming event |
$ci(title, 1)$ | Title of second upcoming event |
$ci(desc, 1)$ | Description of second upcoming event or all day event (the first) |
$df("hh:mma", ci(start, 0))$ | Start date of next upcoming event in HH:MM format |
$ci(allday, 0)$ | Will write 1 if next upcoming event is allday, 0 otherwise |
$ci(title, a0, a0d)$ | Title of today's first all day event |
$ci(desc, e1, a0d)$ | Description of today's second event |
$ci(loc, e1, a0d)$ | Location of today's second event |
$ci(ccolor, e0, a1d)$ | Calendar Color of first event tomorrow |
$ci(cname, a1, a1d)$ | Calendar Name of first all day event tomorrow |
$df("hh:mma", ci(end, 0, a0d))$ | End date of second event today in HH:MM format |
$ci(color, 1, a1d)$ | Color of second event tomorrow |
$ci(ecount, a0d)$ | Number of appointments today |
$ci(acount, a1d)$ | Number of all day events tomorrow |
$ci(url, 0)$ | Url of first event today (to be used in Touch, open Url action) |
$ci(urld, 0)$ | Open calendar at first event time (to be used in Touch, open Url action) |