feat: build the occurrence index

Signed-off-by: Sebastian Krupinski <krupinski01@gmail.com>
This commit is contained in:
2026-06-29 21:52:09 -04:00
parent 51bf195664
commit cd270e9e99
10 changed files with 344 additions and 167 deletions
+2 -2
View File
@@ -43,9 +43,9 @@ const {
loading,
calendars,
taskLists,
filteredEvents,
filteredTasks,
collections,
occurrenceIndex,
} = storeToRefs(chronoOperationsStore);
const {
@@ -277,7 +277,7 @@ watch(() => route.fullPath, () => {
v-if="!isTaskView"
:view="calendarView"
:current-date="currentDate"
:events="filteredEvents"
:occurrence-index="occurrenceIndex"
:calendars="calendars"
:initial-days-span="daysViewSpan"
:initial-agenda-view-span="agendaViewSpan"