Calendar application for JingOS.
-
Calendar 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.
Calendar:
JingOS:
-
Home page: https://www.jingos.com/
-
Project page: https://github.com/JingOS-team/calendar
-
Development channel: https://forum.jingos.com/
-
Qt5
-
Cmake
-
KI18n
-
Kirigami (JingOS Version)
-
KConfig
-
KCalendarCore
To build Calendar from source on Linux, execute the below commands.
cd calendar
mkdir build
cd build
cmake ..
make -j$(nproc)
bin/calindori
sudo make install