mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-18 19:29:27 +00:00
Migrate mkcol/mkcalendar to rustical_xml
This commit is contained in:
@@ -31,7 +31,7 @@ pub async fn route_report_addressbook<AS: AddressbookStore + ?Sized>(
|
||||
return Err(Error::Unauthorized);
|
||||
}
|
||||
|
||||
let request = ReportRequest::parse_str(&body).map_err(crate::Error::NewXmlDecodeError)?;
|
||||
let request = ReportRequest::parse_str(&body)?;
|
||||
|
||||
Ok(match request.clone() {
|
||||
ReportRequest::AddressbookMultiget(addr_multiget) => {
|
||||
|
||||
Reference in New Issue
Block a user