mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-15 05:32:25 +00:00
calendarobject: Rename get_id to get_uid
This commit is contained in:
@@ -21,7 +21,7 @@ pub struct CalendarObjectResource {
|
||||
|
||||
impl ResourceName for CalendarObjectResource {
|
||||
fn get_name(&self) -> String {
|
||||
format!("{}.ics", self.object.get_id())
|
||||
format!("{}.ics", self.object.get_uid())
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user