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

@@ -1,4 +1,5 @@
pub mod get;
pub mod import;
pub mod mkcalendar;
pub mod post;
pub mod report;