dav: add default implementation for save_resource

This commit is contained in:
Lennart
2024-11-03 23:17:57 +01:00
parent f2d39e3351
commit e9dc8e01d5
7 changed files with 3 additions and 25 deletions

View File

@@ -170,8 +170,4 @@ impl<C: CalendarStore + ?Sized> ResourceService for PrincipalResourceService<C>
})
.collect())
}
async fn save_resource(&self, _file: Self::Resource) -> Result<(), Self::Error> {
Err(Error::NotImplemented)
}
}