Home
last modified time | relevance | path

Searched refs:recurring (Results 1 – 25 of 28) sorted by relevance

12

/plugin/calendar/
DPROJECT_HISTORY.md24 - Events can be marked as recurring with a `recurring: true` flag and `recurringId`
25 - Admin panel section for viewing and managing recurring series
139 - Added green "�� Rescan" button to refresh recurring events table via AJAX
164 - **v6.4.9**: Fixed recurring edit/delete returning "0 changes" — root cause was directory path mis…
170 - Red "✂️ Trim All Past" button in recurring events section header
171 - Removes all past recurring event occurrences across every namespace in one click
172 - Only events with `recurring` or `recurringId` flag are removed
205 | `admin.php` | Full admin panel — settings, namespace management, recurring events, statistics, im…
229 - **Manage**: Namespace explorer (drag-and-drop event moving, bulk actions), recurring event manage…
Dplugin.info.txt6 desc Feature-rich calendar with multiple themes, Outlook sync, Google Calendar sync, recurring
DREADME.md3 A feature-rich calendar plugin for DokuWiki with multiple themes, Outlook sync, recurring events, a…
DCHANGELOG.md659 Complete translation of the "Manage" button dialog for recurring events:
681 Complete vocabulary for recurring event management in both English and German.
700 - Delete recurring series confirmation
705 - "No past recurring events found" message
706 - "Found X past recurring events" confirmation
1049 - Redesigned recurring options section with bordered container
1117 - `deleteRecurringSeries()` - recurring deletion
1118 - `renameRecurringSeries()` - recurring rename
1283 …- Also fixed null coalescing for recurring events: `$oldNamespace ?? $namespace` instead of `$oldN…
1404 - Confirmation shows exact count: "Found 47 past recurring events to remove"
[all …]
Dadmin.php2892 $recurring = [];
2989 $recurring[] = [
3027 $recurring[] = [
3049 usort($recurring, function($a, $b) {
3053 return $recurring;
Dstyle.css1495 .recurring-options {
/plugin/davcal/
H A Dscript.js420 if(edit && (event.recurring != true) && (readonly === false))
489 else if(edit && (event.recurring == true) && (readonly === false))
510 calEvent.recurring = false;
528 calEvent.recurring = false;
H A Dhelper.php1066 * @param boolean $recurring (optional) Set to true to define a recurring event
1070 …private function convertIcalDataToEntry($event, $page, $timezone, $uid, $color, $recurring = false) argument
1133 $entry['recurring'] = $recurring;
/plugin/authgooglesheets/vendor/guzzlehttp/promises/
DCHANGELOG.md71 - Update EachPromise to prevent recurring on a iterator when advancing, as this
/plugin/matrixnotifierwas/vendor/guzzlehttp/promises/
DCHANGELOG.md120 - Update EachPromise to prevent recurring on a iterator when advancing, as this
/plugin/webdav/vendor/sabre/vobject/
DCHANGELOG.md98 * #309: When expanding recurring events, the first event should also have a
100 * #306: iTip REPLYs to the first instance of a recurring event was not handled
167 * #220: Automatically stop recurring after 3500 recurrences.
240 * #309: When expanding recurring events, the first event should also have a
242 * #306: iTip REPLYs to the first instance of a recurring event was not handled
273 * #253: Handle `isInTimeRange` for recurring events that have 0 valid
409 * #127: Attendees who delete recurring event instances events they had already
/plugin/icalevents/vendor/sabre/vobject/
DCHANGELOG.md37 * #309: When expanding recurring events, the first event should also have a
39 * #306: iTip REPLYs to the first instance of a recurring event was not handled
106 * #220: Automatically stop recurring after 3500 recurrences.
179 * #309: When expanding recurring events, the first event should also have a
181 * #306: iTip REPLYs to the first instance of a recurring event was not handled
212 * #253: Handle `isInTimeRange` for recurring events that have 0 valid
348 * #127: Attendees who delete recurring event instances events they had already
/plugin/webdavclient/vendor/sabre/vobject/
DChangeLog.md14 * #309: When expanding recurring events, the first event should also have a
16 * #306: iTip REPLYs to the first instance of a recurring event was not handled
47 * #253: Handle `isInTimeRange` for recurring events that have 0 valid
183 * #127: Attendees who delete recurring event instances events they had already
/plugin/davcard/vendor/sabre/vobject/
DChangeLog.md14 * #309: When expanding recurring events, the first event should also have a
16 * #306: iTip REPLYs to the first instance of a recurring event was not handled
47 * #253: Handle `isInTimeRange` for recurring events that have 0 valid
183 * #127: Attendees who delete recurring event instances events they had already
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
Dembed.rst102 we add a sidebar, which may again contain different, recurring structures
/plugin/davcal/vendor/sabre/vobject/
H A DChangeLog.md7 * #253: Handle `isInTimeRange` for recurring events that have 0 valid
143 * #127: Attendees who delete recurring event instances events they had already
/plugin/importfacebookevents/nppBackup/
Dsyntax.php.2018-03-08_164706.bak209 // Handle recurring events
Dsyntax.php.2018-03-08_163705.bak205 // Handle recurring events
Dsyntax.php.2018-03-08_165158.bak209 // Handle recurring events
Dsyntax.php.2018-03-08_163718.bak205 // Handle recurring events
Dsyntax.php.2018-03-08_165255.bak209 // Handle recurring events
Dsyntax.php.2018-03-08_164623.bak205 // Handle recurring events
Dsyntax.php.2018-03-08_163658.bak205 // Handle recurring events
Dsyntax.php.2018-03-08_165027.bak209 // Handle recurring events
/plugin/webdav/vendor/sabre/dav/
DCHANGELOG.md1354 * Fixed: Correctly checking if recurring, all-day events with no dtstart fall in
1357 * Fixed: All-day recurring events wouldn't match if an occurence ended exactly
1379 recurring event could result in an endless loop.
1481 recurring events.
1565 * Fixed: CalDAV time-range filter workaround for recurring events.
1760 an event. This fixes 'missing recurring events'.

12