Go to file
Fabrizio Iannetti 0d528bd961 refactor (controls and app message), fix prev/next week
* controls struct (the header above the calendar) to its
  own file
* message into new app module
* implement move to previous/next week

Signed-off-by: Fabrizio Iannetti <fabrizio.iannetti@gmail.com>
2024-04-21 09:48:26 +02:00
doc year view 2022-11-23 21:54:17 +01:00
src refactor (controls and app message), fix prev/next week 2024-04-21 09:48:26 +02:00
.gitignore First version of calendar app 2022-08-09 21:18:11 +02:00
.project First version of calendar app 2022-08-09 21:18:11 +02:00
Cargo.lock adapt to latest iced ("program" paradigm) 2024-04-06 11:08:48 +02:00
Cargo.toml use simplelog to log messages 2024-01-28 10:20:02 +01:00
README.md refactor: unify month and year calendar views 2023-12-09 19:45:05 +01:00
build.rs Code cleaning 2023-09-10 11:01:05 +02:00

README.md

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.