mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-13 22:52:22 +00:00
Changed CalendarStore put_object interface
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user