1 2 3 4 5 6 7
mod event; pub use event::{CalendarEvent, CalendarEventUpdate}; use crate::statics::KEYS; static CALENDAR_KEY: &str = KEYS::CALENDAR;