clean up ical-related stuff

This commit is contained in:
Lennart K
2026-01-08 14:31:28 +01:00
parent 7a1ec3e351
commit f4de80c6b9
5 changed files with 23 additions and 179 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> {