PRODID is parsed, stored and generated
This commit is contained in:
parent
f7acadc3e2
commit
39867a9f15
6 changed files with 38 additions and 8 deletions
|
@ -32,6 +32,10 @@ impl Event {
|
|||
&self.name
|
||||
}
|
||||
|
||||
pub fn ical_prod_id(&self) -> &str {
|
||||
unimplemented!()
|
||||
}
|
||||
|
||||
pub fn creation_date(&self) -> Option<&DateTime<Utc>> {
|
||||
unimplemented!()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue