Calendar fixes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user