caltemps 0.3.1

A tool to query and report on your iCalendar data from vDirs.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
mod cli;
mod date_range;
mod entry;
mod reporter;
mod settings;
mod vdir;

pub use cli::Cli;
pub use date_range::CalTempsDateRange;
pub use entry::{CalTempsEntry, get_matching_entry};
pub use reporter::report_summary;
pub use settings::Settings;
pub use vdir::read_vdir_cal;