feat: add calendar export endpoints for ICS and Google Calendar

This commit is contained in:
2026-01-30 04:08:16 -06:00
parent a767a3f8be
commit 7b8c11ac13
7 changed files with 654 additions and 1 deletions
+1
View File
@@ -6,6 +6,7 @@ pub mod admin_scraper;
#[cfg(feature = "embed-assets")]
pub mod assets;
pub mod auth;
pub mod calendar;
#[cfg(feature = "embed-assets")]
pub mod encoding;
pub mod extractors;