public calendar view and secured type edit

This commit is contained in:
Julian Krauser 2024-12-04 19:00:24 +01:00
parent 5bb107e53a
commit e9a3e0c872
10 changed files with 145 additions and 6 deletions

View file

@ -36,6 +36,7 @@ export const useCalendarTypeStore = defineStore("calendarType", {
type: calendarType.type,
nscdr: calendarType.nscdr,
color: calendarType.color,
passphrase: calendarType.passphrase,
});
this.fetchCalendarTypes();
return result;
@ -45,6 +46,7 @@ export const useCalendarTypeStore = defineStore("calendarType", {
type: calendarType.type,
nscdr: calendarType.nscdr,
color: calendarType.color,
passphrase: calendarType.passphrase,
});
this.fetchCalendarTypes();
return result;