Warning, /plasma-mobile/calindori/README.md is written in an unsupported language. File is not indexed.
0001 <!-- 0002 SPDX-FileCopyrightText: 2020 Dimitris Kardarakos <dimkard@posteo.net> 0003 SPDX-FileCopyrightText: 2022 Devin Lin <devin@kde.org> 0004 SPDX-License-Identifier: CC-BY-SA-4.0 0005 --> 0006 # Calindori <img src="logo.png" width="40"/> 0007 0008 Calendar application for Plasma Mobile. 0009 0010 ## Links 0011 0012 * Project page: https://invent.kde.org/plasma-mobile/calindori 0013 * File an issue: https://bugs.kde.org/describecomponents.cgi?product=calindori 0014 * Development channel: https://matrix.to/#/#plasmamobile:matrix.org 0015 0016 ## Features 0017 0018 Calindori is a touch friendly calendar application. It has been designed for mobile devices but it can also run on desktop environments. It offers: 0019 0020 * Monthly agenda 0021 * Multiple calendars 0022 * Event management 0023 * Task management 0024 * Calendar import 0025 0026  0027 0028 The calendars that the application handles follow the [ical](https://tools.ietf.org/html/rfc5545) standard. 0029 0030 It is a lighter alternative to [Kalendar](https://invent.kde.org/pim/kalendar), as it does not have a dependence on Akonadi. 0031 0032 ## Build 0033 0034 To build Calindori from source on Linux, execute the below commands. 0035 0036 ### Compile 0037 0038 ``` 0039 git clone https://invent.kde.org/kde/calindori.git 0040 cd calindori 0041 mkdir build 0042 cd build 0043 cmake .. 0044 make -j$(nproc) 0045 ``` 0046 0047 #### Run 0048 0049 ``` 0050 bin/calindori 0051 ``` 0052 0053 *To simulate Plasma Mobile user experience:* 0054 0055 ``` 0056 QT_QUICK_CONTROLS_MOBILE=true bin/calindori 0057 ``` 0058 0059 #### Install 0060 0061 ``` 0062 sudo make install 0063 ``` 0064 0065 ### Android 0066 0067 The nightly build of Calindori for Android can be found in the F-Droid instance of KDE. You can add the repository following these [instructions](https://community.kde.org/Android/FDroid) and install Calindori.