fix: implement recurrance configuration properly

Signed-off-by: Sebastian Krupinski <krupinski01@gmail.com>
This commit is contained in:
2026-06-29 15:29:10 -04:00
parent ee9495487e
commit 460c31e224
3 changed files with 710 additions and 139 deletions
+7 -6
View File
@@ -223,6 +223,13 @@ watch(
@update:time-zone="entityObject!.timeZone = $event"
/>
<EventEditorOccurrence
:mode="mode"
:pattern="entityObject!.pattern"
:starts-on="entityObject!.startsOn"
@update:pattern="entityObject!.pattern = $event"
/>
<EventEditorLocations
:mode="mode"
:locations-physical="entityObject!.locationsPhysical || {}"
@@ -249,12 +256,6 @@ watch(
@remove-notification="removeNotification"
/>
<EventEditorOccurrence
:mode="mode"
:pattern="entityObject!.pattern"
@update:pattern="entityObject!.pattern = $event"
/>
<EventEditorTags
:mode="mode"
:tags="entityObject!.tags"