issues
search
b1rger
/
carl
carl is a calendar for the commandline. It tries to mimic the various cal(1) implementations out there, but also adds enhanced features like colors and ical support.
40
stars
2
forks
source link
Switch to icalendar and use rrule
#82
Closed
b1rger
closed
10 months ago
b1rger
commented
10 months ago
feat: implement calendar parsing using icalendar
refactor: drop ical dependency
tests: update tests for icalendar implementation
refactor: use get_summary() of icalendar::Event
feat: implement DateRange
refactor(events): reimplement EventDateTime::DateTime
refactor(events): add conversion DatePerhapsTime into EventDateTime
refactor(events): replace optional end date with fixed one
refactor: implement EventDateTime::date() and use it
feat: use rrule instead of parsing RRULE manually