# Calindori **Repository Path**: jingos/Calindori ## Basic Information - **Project Name**: Calindori - **Description**: Calindori application for JingOS. - **Primary Language**: QML - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-07-27 - **Last Updated**: 2024-05-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Calindori Calendar application for JingOS. ## Features * 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](https://tools.ietf.org/html/rfc5545) standard. ## Screenshots Calindori: ![](screenshots/calendar_screenshot.png) JingOS: ![](./launcher.jpeg) ## Links * 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/ ## Dependencies * Qt5 * Cmake * KI18n * Kirigami (JingOS Version) * KConfig * KCalendarCore ## Build To build Calindori from source on Linux, execute the below commands. ### Compile ```sh cd Calindori mkdir build cd build cmake .. make -j$(nproc) ``` #### Run ``` bin/calindori ``` #### Install ``` sudo make install ```