Lines Matching refs:recurring

659 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"
1405 - If zero found, shows "No past recurring events found to remove" instead of confirm
1412 - Removes ALL past occurrences (before today) from EVERY recurring series in one click
1413 - Only removes events with `recurring` or `recurringId` flags — non-recurring events are untouched
1421 - Edit and Delete recurring series now search ALL calendar directories instead of building a path f…
1438 - Orange "Manage" button opens a comprehensive management dialog for each recurring series
1443 - New events copy title, time, color, namespace, and recurring flag from the last event
1479 - Events with `recurring: true` flag are now detected first (grouped by `recurringId`)
1481 - New "Source" column shows ��️ Flagged (has recurring flag) vs �� Detected (pattern match)
1682 - **Added:** `accent-color: var(--text-bright)` on all dialog checkboxes (task, recurring) for cons…
1767 - **Fixed:** Form elements (field labels, inputs, checkboxes, recurring options, color pickers) — a…
7098 <div class="recurring-options" style="display:none;">
7104 <div class="recurring-options"
10835 console.log('Edit recurring:', namespace);
10842 console.log("Edit recurring:", namespace);
10895 Click "Edit" on recurring event
10963 Edit recurring event in "work" namespace
10973 Edit recurring event in "work" namespace
11013 console.log('Edit recurring - Current namespace:', namespace);
11021 **Scenario**: Edit recurring "Team Meeting" in "work" namespace
11040 - **Fixed:** Namespace now properly preserved when editing recurring events
11049 When editing recurring event:
11066 // When editing recurring event:
11132 Calendar saveEvent recurring: Loaded existing data - namespace='work'
11133 Calendar saveEvent recurring: Preserving namespace 'work' (received='')
11141 - **Fixed:** Editing recurring events now preserves unchanged fields
11149 Original recurring event:
11237 When editing recurring events, these fields are now preserved if not changed:
11254 - **Fixed:** Editing recurring events now deletes ALL instances
11303 Original recurring event generates:
11327 // Check if recurring
11328 if ($event['recurring'] && $event['recurringId']) {
11349 - Delete recurring event → ALL instances deleted ✓
11354 Every recurring event has:
11358 "recurring": true,
11366 **Finally, recurring events work properly!** ��
13199 - **Fixed:** Field names changed from 'start'/'end' to 'time'/'end_time' in recurring edit