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