Timetable
Tasks
Name
Description
This is the description for the task
Formulas
if(hour(start(prop("Worktime"))) == 0, "★ All Day ", if(hour(start(prop("Worktime"))) < 12, "✿ " + formatDate(start(prop("Worktime")), "LT"), if(hour(start(prop("Worktime"))) < 17, "᮰ " + formatDate(start(prop("Worktime")), "LT"), if(hour(start(prop("Worktime"))) < 24, "☾ " + formatDate(start(prop("Worktime")), "LT"), ""))))
if(prop("Done"), round(100 * dateBetween(end(prop("Worktime")), start(prop("Worktime")), "minutes") / 60) / 100, 0)
if(formatDate(start(prop("Worktime")), "W") == formatDate(now(), "W"), "This Week", if(toNumber(formatDate(start(prop("Worktime")), "W")) == toNumber(formatDate(now(), "W")) + 1, "Next Week", ""))