Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove debug output | Harald Eilertsen | 2025-01-04 | 1 | -3/+1 |
| | |||||
* | "Fix" date/time parsing by using naive datetimes. | Harald Eilertsen | 2025-01-04 | 1 | -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 Eilertsen | 2025-01-01 | 1 | -7/+7 |
| | |||||
* | Output event descriptions if present. | Harald Eilertsen | 2025-01-01 | 1 | -0/+7 |
| | |||||
* | Make clippy happy. | Harald Eilertsen | 2025-01-01 | 1 | -4/+4 |
| | |||||
* | Move business logic out of main. | Harald Eilertsen | 2025-01-01 | 1 | -0/+171 |