summaryrefslogtreecommitdiffstats
path: root/src/icalwrap/icalvevent.rs
AgeCommit message (Expand)Author
2019-02-05move to Rust Edition 2018Nora
2019-01-25icalwrap: add IcalDuration typeVincent Breitmoser
2019-01-23split from_ymd into floatin_ymd and and_hmsNora
2019-01-23use IcalTime instead of chrono times for most time operationsVincent Breitmoser
2019-01-22work around race conditions in libicalVincent Breitmoser
2019-01-20replace magic stringsNora
2019-01-16clippy: fix unneeded return statementNora
2019-01-13icalwrap: slight update to is_recur_validVincent Breitmoser
2019-01-13icalwrap: add is_recur_valid methodVincent Breitmoser
2019-01-12use Local for instance timestamps instead of UtcVincent Breitmoser
2019-01-12introduce KhLine struct for khaleesi linesVincent Breitmoser
2019-01-12get_path_as_string should return optional, and improve prettyprintVincent Breitmoser
2019-01-09testing: setup test environment with TZ = UTC where necessaryNora
2019-01-09icalwrap: make get_property return an OptionNora
2019-01-09icalvevent: add test for get_descriptionNora
2019-01-09testdata: add multiday event with times, rename previous multiday eventNora
2019-01-09agenda: add check if event is relevant in event_lineNora
2019-01-08icalvevent: fix typoNora
2019-01-05refactor icalwrap.rs into module icalwrapNora