mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-14 17:12:22 +00:00
WIP: Preparation for recurrence expansion
This commit is contained in:
@@ -3,4 +3,5 @@ use ical::parser::ical::component::IcalTodo;
|
||||
#[derive(Debug, Clone)]
|
||||
pub struct TodoObject {
|
||||
pub todo: IcalTodo,
|
||||
pub(crate) ics: String,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user