Follow Along (YouTube)

Follow Along (YouTube)

Formulas
if(formatDate(prop("Date"), "LT") == "12:00 AM", "All Day", formatDate(prop("Date"), "LT"))
Start Time
if(formatDate(prop("Date"), "W") == formatDate(now(), "W"), "This Week", if(toNumber(formatDate(prop("Date"), "W")) == toNumber(formatDate(now(), "W")) + 1, "Next Week", ""))
Week
 
My Tasks
My Tasks