mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-28 06:09:13 +00:00
carddav: Implement addressbook-query
This commit is contained in:
@@ -179,4 +179,9 @@ END:VCALENDAR",
|
||||
}
|
||||
Ok(out)
|
||||
}
|
||||
|
||||
#[must_use]
|
||||
pub fn get_vcard(&self) -> &VcardContact {
|
||||
&self.vcard
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user