Lines Matching full:events
9 …i calendar allowing users to add, edit, and delete events on specific dates within wiki pages. Eve…
11 … in the early versions included namespace support (events scoped to wiki namespaces), multi-day ev…
18 …ar}}` — compact week-grid widget for DokuWiki sidebars showing today, tomorrow, and upcoming events
20 - `{{eventlist range=N}}` — upcoming events for the next N days
23 ### Recurring Events
24 - Events can be marked as recurring with a `recurring: true` flag and `recurringId`
33 - Overlapping events on the same date/time flagged with ⚠️ badge
124 - **v6.4.4**: Past events toggle background uses `__background_neu__`
137 ## v6.4.6: Recurring Events Rescan & Detection Improvements
139 - Added green " Rescan" button to refresh recurring events table via AJAX
140 - Rewrote detection logic: two-phase approach (flagged events first, then pattern detection)
147 ## v6.4.7: Recurring Events Management Controls
152 2. **✂️ Trim Past Events** — Remove occurrences before a cutoff date
153 3. ** Change Pattern** — Respace future events to a new interval (past untouched)
155 5. **⏸ Pause/Resume** — Toggle ⏸ prefix on future events
170 - Red "✂️ Trim All Past" button in recurring events section header
172 - Only events with `recurring` or `recurringId` flag are removed
205 | `admin.php` | Full admin panel — settings, namespace management, recurring events, statistics, im…
215 - Events stored as JSON in `data/meta/[namespace]/calendar/YYYY-MM.json`