pub type CalendarCallback = Box<dyn Fn(Option<String>, Option<String>, Vec<CalendarEvent>) -> Pin<Box<dyn Future<Output = Result<(), Box<dyn Error + Send + Sync>>> + Send>>>;
pub struct CalendarCallback(/* private fields */);