Move events into their own file

This commit is contained in:
Lennart
2023-09-27 16:46:46 +02:00
parent 2718aeac52
commit 0a9d255029
6 changed files with 140 additions and 134 deletions

View File

@@ -11,7 +11,8 @@ use rustical_auth::{AuthInfoExtractor, CheckAuthentication};
use rustical_dav::namespace::Namespace;
use rustical_dav::resource::HandlePropfind;
use rustical_dav::xml_snippets::generate_multistatus;
use rustical_store::calendar::{Calendar, CalendarStore, Event};
use rustical_store::calendar::{Calendar, CalendarStore};
use rustical_store::event::Event;
use std::sync::Arc;
use tokio::sync::RwLock;