KI-AGENT: Ergänze wiederholende Termine für Kalender und Plantafel

This commit is contained in:
2026-05-19 12:27:17 +02:00
parent ea392af094
commit 58c47fa8f7
7 changed files with 254 additions and 142 deletions

View File

@@ -3096,6 +3096,13 @@ export const useDataStore = defineStore('data', () => {
selectManualOptions: ["Entwurf", "Final"],
sortable: true
},
{
key: "repeatInterval",
label: "Wiederholung",
inputType: "select",
selectManualOptions: ["Keine Wiederholung", "Täglich", "Wöchentlich", "2-wöchentlich", "Monatlich", "Jährlich"],
sortable: true
},
{
key: "color",
label: "Farbe",