Skip to content

KDE/calindori

Repository files navigation

Calindori

Calendar application for Plasma Mobile.

Links

Features

Calindori is a touch friendly calendar application. It has been designed for mobile devices but it can also run on desktop environments. It offers:

  • Monthly agenda
  • Multiple calendars
  • Event management
  • Task management
  • Calendar import

The calendars that the application handles follow the ical standard.

It is a lighter alternative to Kalendar, as it does not have a dependence on Akonadi.

Build

To build Calindori from source on Linux, execute the below commands.

Compile

git clone https://invent.kde.org/kde/calindori.git
cd calindori
mkdir build
cd build
cmake ..
make -j$(nproc)

Run

bin/calindori

To simulate Plasma Mobile user experience:

QT_QUICK_CONTROLS_MOBILE=true bin/calindori

Install

sudo make install

Android

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 and install Calindori.