Support for iCal UID
This commit is contained in:
parent
9d2d83e06f
commit
0fe487c988
4 changed files with 34 additions and 6 deletions
|
@ -23,6 +23,10 @@ impl Event {
|
|||
&self.id
|
||||
}
|
||||
|
||||
pub fn uid(&self) -> &str {
|
||||
unimplemented!()
|
||||
}
|
||||
|
||||
pub fn name(&self) -> &str {
|
||||
&self.name
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue