acter_core/models/
calendar.rs

1
2
3
mod event;

pub use event::{CalendarEvent, CalendarEventUpdate};