summaryrefslogtreecommitdiffstats
path: root/src/icalwrap
AgeCommit message (Expand)Author
2019-05-16recur: unroll events up to 1 year in the future, relative to the current day,...Nora
2019-04-26rustfmtNora
2019-04-26use existing timezone when changing dtstart/dtend.Nora
2019-03-27icalvevent: add test for dtstart and dtendNora
2019-03-27icalvevent: make get_duration_internal a little more elegantNora
2019-03-27move duration handling to icalwrap/icalvcalendarNora
2019-03-27icalvevent: rustfmtNora
2019-03-26cleanupNora
2019-03-22move get_recur_instances to kheventNora
2019-03-22icalvcalendar: remove with_internal_timestamp functionNora
2019-03-15icalvevent: mark datetime argument in .with_timestamp unusedNora
2019-03-12remove instance timestamp from icalveventNora
2019-03-11cleanupNora
2019-03-10fix last testNora
2019-03-10all tests passing againNora
2019-03-10use khevent, add get_principal_kheventNora
2019-03-09working kheventNora
2019-03-09start extracting kheventNora
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