summaryrefslogtreecommitdiffstats
path: root/src/icalwrap/icaltime.rs
AgeCommit message (Expand)Author
2019-10-08Extract libical-sys wrapper libraryMatthias Beyer
2019-02-05move to Rust Edition 2018Nora
2019-01-28icaltime: tests!Vincent Breitmoser
2019-01-25icalwrap: add IcalDuration typeVincent Breitmoser
2019-01-23icaltime: fix with_timezoneNora
2019-01-23icaltime: make get_timezone return an OptionNora
2019-01-23split from_ymd into floatin_ymd and and_hmsNora
2019-01-23make clippy happyNora
2019-01-23use IcalTime instead of chrono times for most time operationsVincent Breitmoser
2019-01-22work around race conditions in libicalVincent Breitmoser
2019-01-21more work on icaltime and icaltimezoneVincent Breitmoser
2019-01-20fix testsNora
2019-01-20icaltime: add Display traitNora
2019-01-20add IcalTimeZoneVincent Breitmoser
2019-01-20icaltime: implement From for all reference typesNora
2019-01-20icaltime: add From for &DateTime<Local>Nora
2019-01-19introduce IcalTime typeVincent Breitmoser