carddav: Implement addressbook-query

This commit is contained in:
Lennart
2025-12-27 14:22:23 +01:00
parent 89d3d3b7a4
commit 55ecbdcd41
6 changed files with 302 additions and 6 deletions

View File

@@ -179,4 +179,9 @@ END:VCALENDAR",
}
Ok(out)
}
#[must_use]
pub fn get_vcard(&self) -> &VcardContact {
&self.vcard
}
}