mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-29 07:09:08 +00:00
Outsource lots of stuff to ical library
This commit is contained in:
@@ -26,5 +26,5 @@ END:VCALENDAR
|
||||
#[test]
|
||||
fn parse_calendar_object() {
|
||||
let object = CalendarObject::from_ics(MULTI_VEVENT.to_string(), None).unwrap();
|
||||
object.expand_recurrence(None, None).unwrap();
|
||||
object.get_inner().expand_recurrence(None, None).unwrap();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user