Add calendar import endpoint and frontend form

This commit is contained in:
Lennart
2025-08-23 12:24:42 +02:00
parent b7cfd3301b
commit 4e3c3f3a3b
15 changed files with 484 additions and 150 deletions

View File

@@ -16,6 +16,7 @@ export default defineConfig({
input: [
"lib/create-calendar-form.ts",
"lib/edit-calendar-form.ts",
"lib/import-calendar-form.ts",
"lib/create-addressbook-form.ts",
"lib/edit-addressbook-form.ts",
"lib/delete-button.ts",