![notion image](https://www.notion.so/image/https%3A%2F%2Ffile.notion.so%2Ff%2Ff%2F3d51c61d-92e0-4365-824e-4c7cd9f90627%2F48ce6c19-e738-458c-936c-e34d1f6e648c%2FBrainstorming.png%3Ftable%3Dblock%26id%3D65efe59a-44cc-4ed9-85ce-bdf11a79f84a%26spaceId%3D3d51c61d-92e0-4365-824e-4c7cd9f90627%26expirationTimestamp%3D1739800800000%26signature%3DYyNAVcWX6NfUcke04BQP0hgG_x0zQQ1l9lnbUs1nz3E?table=block&id=65efe59a-44cc-4ed9-85ce-bdf11a79f84a&cache=v2)
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", ""))