clean up ical-related stuff

This commit is contained in:
Lennart K
2026-01-08 14:31:28 +01:00
parent a2255bc7f1
commit 5639127782
5 changed files with 5574 additions and 163 deletions

View File

@@ -70,7 +70,8 @@ impl Resource for AddressObjectResource {
}
fn get_displayname(&self) -> Option<&str> {
self.object.get_full_name()
todo!()
// self.object.get_full_name()
}
fn get_owner(&self) -> Option<&str> {