rs-calendar/README.md
Fabrizio Iannetti 80a05b0b04 refactor: unify month and year calendar views
Signed-off-by: Fabrizio Iannetti <fabrizio.iannetti@gmail.com>
2023-12-09 19:45:05 +01:00

19 lines
560 B
Markdown

# A calendar viewer in written in rust
`calendar` is focused on displaying one or more files containing events in `ical` format
it is currently in an early development phase.
As a dependency, it requires the iced GUI repository to be cloned alongside (see `Cargo.toml`)
## supported views:
* month view
* year view
## planned features
* read ical events from a list of calendar files given as arguments
* reload the events from a calendar file if the file changes
* there is currently no plan to connect to a system calendar (e.g. evolution) or remote.