mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-29 13:09:17 +00:00
Make CalendarObject id an extrinsic property
This commit is contained in:
@@ -25,6 +25,6 @@ END:VCALENDAR
|
||||
|
||||
#[test]
|
||||
fn parse_calendar_object() {
|
||||
let object = CalendarObject::from_ics(MULTI_VEVENT.to_string(), None).unwrap();
|
||||
let object = CalendarObject::from_ics(MULTI_VEVENT.to_string()).unwrap();
|
||||
object.get_inner().expand_recurrence(None, None).unwrap();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user