summaryrefslogtreecommitdiffstats
path: root/src/icalwrap
AgeCommit message (Expand)Author
2019-02-13add test for with_dtstart with timezoneNora
2019-02-05move to Rust Edition 2018Nora
2019-01-28icaltime: tests!Vincent Breitmoser
2019-01-26icalduration: actually test cmp for IcalDurationVincent Breitmoser
2019-01-25icalwrap: add IcalDuration typeVincent Breitmoser
2019-01-23icaltimezone: add method ymd to create an icaltime wrt the timezoneNora
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-20icalvcalendar: make set_dtstart and set_dtend take IcalTimesNora
2019-01-20fix testsNora
2019-01-20icaltime: add Display traitNora
2019-01-20add IcalTimeZoneVincent Breitmoser
2019-01-20replace magic stringsNora
2019-01-20icalvcalendar: replace magic strings by constantsNora
2019-01-20icalvcalendar: add tests for new with_* functionsNora
2019-01-20icaltime: implement From for all reference typesNora
2019-01-20icalvcalendar: add with_* methods for dtstart, dtend, location and summaryNora
2019-01-20icaltime: add From for &DateTime<Local>Nora
2019-01-19use icaltime in with_lat_modified_nowNora
2019-01-19introduce IcalTime typeVincent Breitmoser
2019-01-19fileutil and khline: use io::ResultsNora
2019-01-18cleanupNora
2019-01-18icalvcalendar: use dateutil::now in with_dtstamp_nowNora
2019-01-18icalvcalendar: add property last-modified if it does not existNora
2019-01-18dateutil: add testable now() functionNora
2019-01-18move remove_property to icalcomponentNora
2019-01-18introduce KhResult for nicer error handlingVincent Breitmoser
2019-01-17icalcomponent: add test for LAST-MODIFIED propertyNora
2019-01-17icalvcalendar: make check_for_errors return Vec<String>Nora
2019-01-16clippy: fix unneeded return statementNora
2019-01-16clippy: fix useless use of format!Nora
2019-01-16icalvcalendar: cosmetic changesNora
2019-01-16icalwrap: improve output of checkerNora
2019-01-15icalvcalendar: make check_for_errors return Option<String>Nora
2019-01-14icalvcalendar: refactor checking, add safe methodNora
2019-01-13icalwrap: slight update to is_recur_validVincent Breitmoser
2019-01-13icalwrap: add is_recur_valid methodVincent Breitmoser
2019-01-13icalvcalendar: add function with_pathNora
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-12receive &Path instead of PathBuf in from_strVincent Breitmoser
2019-01-11icalwrap: add more testsNora
2019-01-11icalvcalendar: test from_str with errorNora
2019-01-11remove unused importsNora