WIP: Preparation for recurrence expansion

This commit is contained in:
Lennart
2025-05-18 11:55:25 +02:00
parent f55224b21a
commit 3c7ee09116
10 changed files with 244 additions and 54 deletions

View File

@@ -3,4 +3,5 @@ use ical::parser::ical::component::IcalTodo;
#[derive(Debug, Clone)]
pub struct TodoObject {
pub todo: IcalTodo,
pub(crate) ics: String,
}