mirror of
https://github.com/lennart-k/rustical.git
synced 2026-01-30 10:38:16 +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