Changed CalendarStore put_object interface

This commit is contained in:
Lennart
2024-10-03 16:08:35 +02:00
parent 6eaaae37b3
commit 235e7b207a
4 changed files with 13 additions and 23 deletions

View File

@@ -43,8 +43,7 @@ pub trait CalendarStore: Send + Sync + 'static {
&mut self,
principal: String,
cid: String,
uid: String,
ics: String,
object: CalendarObject,
) -> Result<(), Error>;
async fn delete_object(
&mut self,