aboutsummaryrefslogtreecommitdiffstats
path: root/src/icaltool.rs
Commit message (Collapse)AuthorAgeFilesLines
* Remove debug outputHarald Eilertsen2025-01-041-3/+1
|
* "Fix" date/time parsing by using naive datetimes.Harald Eilertsen2025-01-041-7/+9
| | | | | | The way timezones are stored in the VEVENTs does not lend itself very well to the way chrono parses date/time representations, so for now I just chose to ignore it by discarding the timezone info.
* Update dependencies.Harald Eilertsen2025-01-011-7/+7
|
* Output event descriptions if present.Harald Eilertsen2025-01-011-0/+7
|
* Make clippy happy.Harald Eilertsen2025-01-011-4/+4
|
* Move business logic out of main.Harald Eilertsen2025-01-011-0/+171