Add scheduling calendar integration and WebUI

This commit is contained in:
2026-07-12 19:00:54 +02:00
parent ace32a2a3d
commit c1afce7bdb
19 changed files with 1702 additions and 25 deletions

2
webui/src/index.ts Normal file
View File

@@ -0,0 +1,2 @@
export { schedulingModule as default, schedulingModule } from "./module";
export * from "./api/scheduling";