Calendar application for JingOS.
-
Calindori is a touch friendly and beautiful calendar application. It offers:
-
- Monthly agenda
- Multiple calendars
- Event management
- Date and Event linkage
-
Run on JingOS platform
-
Brand new UI & UE with JingOS-style , based on JingUI Framework
-
Support keyboard & touchpad & mouse & screen touch
-
All keys support pressed / hovered effects
-
Well-designed interface material:
- Font
- Icon
- Picture
-
The calendars that the application handles follow the ical standard.
Calindori:
JingOS:
-
Home page: https://www.jingos.com/
-
Project page: https://invent.kde.org/plasma-mobile/calindori
-
Issues: https://invent.kde.org/plasma-mobile/calindori/-/issues
-
Development channel: https://forum.jingos.com/
-
Qt5
-
Cmake
-
KI18n
-
Kirigami (JingOS Version)
-
KConfig
-
KCalendarCore
To build Calindori from source on Linux, execute the below commands.
cd Calindori
mkdir build
cd build
cmake ..
make -j$(nproc)
bin/calindori
sudo make install