:zap: Quick start
extern crate rrule;
use RRule;
let mut rrule: RRule = "DTSTART:20120201T093000Z\nRRULE:FREQ=DAILY;COUNT=3".parse.unwrap;
// Get all recurrences of the rrule
let recurrences = rrule.all;
assert_eq!;
Documentation and more examples
Documentation and more examples
License
This project is licensed under the MIT license.
Inspired by
Todos
- cache