Expand description
RRULE expansion – converts recurrence rule strings into concrete datetime instances.
Wraps the rrule crate (v0.14) and chrono-tz to provide deterministic expansion
of RFC 5545 recurrence rules with correct DST handling.
Structs§
- Expanded
Event - A single expanded event instance with start and end times.
Functions§
- expand_
rrule - Expand an RRULE string into concrete datetime instances.
- expand_
rrule_ with_ exdates - Expand an RRULE string into concrete datetime instances, with EXDATE exclusions.