Calendar fixes

This commit is contained in:
2026-03-11 13:50:45 +01:00
parent cc5101fffd
commit 5434ce5f53
4 changed files with 124 additions and 13 deletions

View File

@@ -387,9 +387,18 @@ Embed a list of open maintenance tasks anywhere on a wiki page:
{{maintenance_tasks>}}
```
To limit how far back overdue tasks are shown, add the `past` setting:
```
{{maintenance_tasks>&past=14}}
```
This renders all non-completed maintenance tasks due today or earlier, sorted
with overdue tasks first (then by date, time, and title).
The `past` value is an integer number of days. Overdue tasks older than that
window are hidden. The default is `30`.
Each task shows its date, optional time, summary, and a "Complete" button.
### 0.10) CalDAV sync