mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-22 18:39:31 +00:00
Add <remove> to PROPPATCH implementation and some refactoring
This commit is contained in:
@@ -70,10 +70,6 @@ impl Resource for EventFile {
|
||||
)),
|
||||
}
|
||||
}
|
||||
|
||||
fn set_prop(&mut self, _prop: Self::Prop) -> Result<(), rustical_dav::Error> {
|
||||
Err(rustical_dav::Error::PropReadOnly)
|
||||
}
|
||||
}
|
||||
|
||||
#[async_trait(?Send)]
|
||||
|
||||
Reference in New Issue
Block a user