Path to this page:
Subject: CVS commit: pkgsrc/time
From: Mark Davies
Date: 2023-08-16 06:18:23
Message id: 20230816041823.B9B8CFBDB@cvs.NetBSD.org
Log Message:
akonadi-calendar: add version 23.04.3
Akonadi Calendar is a library that effectively bridges the type-agnostic API of
the Akonadi client libraries and the domain-specific KCalCore library. It provides
jobs, models and other helpers to make working with events and calendars through
Akonadi easier.
The most notable class is Akonadi::ETMCalendar, a model built on top of the
Akonadi::EntityTreeModel which provides filters to only show events from selected
calendars, iterate over events, including recurrences, provides reverse lookup
from KCalCore::Incidence to Akonadi::Item and other features.
Besides the model there is for example Akonadi::FreeBusyProviderBase, an interface
for Akonadi Resources that can provide Free/Busy information.
Files: