With todays Kanban settings there isn’t much coding needed to display your tasks dates via the dataview TASK function and even show all tasks in the next few days.
Settings required:
Dataview Query
```dataview
TASK
FROM "Tagesplaner/0 - Aufgaben"
WHERE duedate AND (duedate <= date(today) OR (duedate <= date(today) + dur(3 day)))
Kanban Board Settings
Set “Date format” to [[][duedate::]YYYY-MM-DD[]]
.
After you changed this setting and when using the “add date”-function of Kanban, the date will be saved in the format Task XYZ @{[duedate::2024-08-09]}
. This will be readable as a date by the dataview query.