mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-14 17:12:22 +00:00
store: Refactoring to split calendar and addressbook
This commit is contained in:
6
crates/store/src/calendar/todo.rs
Normal file
6
crates/store/src/calendar/todo.rs
Normal file
@@ -0,0 +1,6 @@
|
||||
use ical::parser::ical::component::IcalTodo;
|
||||
|
||||
#[derive(Debug, Clone)]
|
||||
pub struct TodoObject {
|
||||
pub(crate) todo: IcalTodo,
|
||||
}
|
||||
Reference in New Issue
Block a user