calendar-link 0.0.5

Rust library to generate an event link for Google Calendar, Yahoo! Calendar, Microsoft Outlook, etc.
Documentation
1
2
3
4
5
6
7
8
9
10
11
#[cfg(test)]
mod __snapshot__;
mod aol;
mod google;
mod outlook;
mod yahoo;

pub use aol::*;
pub use google::*;
pub use outlook::*;
pub use yahoo::*;