PRODID is parsed, stored and generated

This commit is contained in:
daladim 2021-11-05 23:31:17 +01:00
parent f7acadc3e2
commit 39867a9f15
6 changed files with 38 additions and 8 deletions

View file

@ -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!()
}