Bringing Groupware to KDE - Akonadi resources for Open-Xchange and Groupdav

| 8 Comments | 3 TrackBacks

klogo-official-oxygen-128x128.pngAkonadi is the central point of accessing PIM data for all KDE applications. It abstracts all the different implementation details of various sources so that the mail program or calendar application does not need to know the details of how to access the sources itself. However, Akonadi does need these details, which is where its resources come into play.

Akonadi communicates with other e-mail or calendar sources via so called "resources". Currently there are resources for accessing locally stored information (mostly from older KDE installations) as well as to access IMAP folders and maildirs. But there is a huge gap when it comes to calendar data: many users store their calendars on groupware servers like Google Calendar, Apple's Calendar Server, Citadel, Open-XChange and so on; and while support wasn't perfect in KDE 3.x times, it was almost non-existent within Akonadi in KDE 4.x.

For that reason, we at credativ GmbH put two of our KDE developers to the task: Marco Nelles (mne) developed a plugin for the GroupDav protocol and Tobias König (tko) sat down to implement support for Open-XChange. In the near future, one or both plan to help with the development of a CalDav plugin, THE groupware interface for Google, Apple and the others.

Here are some Q&A regarding their work:

First things first, since we are an Open Source company: where is the code?

mne, tko: The code for both plugins can be found in the KDE svn in playground: the Open-Xchange plugin can be found in resources/openxchange, the GroupDAV plugin is called CAlgo and can be found in /pim/calgo.

What is the stage of the source? Alpha, Beta, RC?

tko: Brave people can already test the OX plugin, I would consider it as RC. Compared to its KDE 3.x equivalent it supports the same features plus some extras: display of more than one calendar or addressbook through one resource, support of contact lists and offline/caching support by Akonadi. I've developed against OX 6.14.0, but it should work well with all OX releases of the 6.x cycle.

mne: Well, the resource is in playground for a reason. It is somewhat between Alpha and Beta.

And how does the feature set compare to its KDE 3.x equivalent? Against which software was it tested?

mne: It should offer the same features as its KDE 3.x equivalent, although the KDE 3.x one was better tested. I've tested it against Citadel and eGroupWare.

You've said the plugins are still in playground - when will they be shipped with the KDE Software Compilation (KDE SC?

tko: The development started too late for KDE SC 4.4, but it will definitely be shipped with KDE SC 4.5.

mne: Never. Most likely, it won't leave the playground. I will concentrate on the development of a CalDav resource which seems to be more popular and is more important. Also, there is a chance that the CalDav plugin might even handle the GroupDav part as well.

And why did you develop it as an Akonadi plugin?

tko: Akonadi is the PIM framework for KDE SC 4.5 and following. It offers fundamental advantages in comparison to the old KDE 3.x KResources, and since a number of credativ employees use KDE desktops, it was a natural step to provide Akonadi plugins to the most common groupware servers.

mne: You could also ask: why did I develop for KDE? :-) To be honest, Akonadi provides a great API to quickly develop efficient plugins to arbitrary PIM data soures. What's more, in an environment where PIM data are becoming more and more important, Akonadi is just the next logical step. For me personally it was also a great opportunity to get in touch with this new KDE technology.

Thanks for your time and of course for your code, guys!

3 TrackBacks

from Bringing Groupware to KDE – Akonadi resources for Open-Xchange and … on January 24, 2010 9:13 PM
from Portare Groupware a KDE « KDE in Italia e slacky – amici, nemici e modi di essere on January 25, 2010 9:15 PM
from Links 29/1/2010: Many New Releases of GNU/Linux, Oracle Makes Promises | Boycott Novell on January 30, 2010 1:01 AM

8 Comments

Is Akonadi a KDE technology? I think it is DE-agnostic and could/should be used by all PIM-handling programs, no?

that's great news! I'm going to try it right off.

User, Akonadi is DE-agnostic, you are right about that. However, the initial development was done inside the KDE project - and KDE is using Akonadi heavily.

@User: Akonadi is a KDE technology in the sense that it is developed by members of the KDE community. The DE in KDE does not mean Desktop Environment anymore. It is not an abbreviation at all: http://dot.kde.org/2009/11/24/repositioning-kde-brand

Akonadi can of course be used without writing C++ code or using kde libraries. Here's proof of concept using Python and gtk:

http://steveire.wordpress.com/2009/10/13/cross-platform-akonadi-video/

Thank you for your hard work! I am looking forward to the Caldav support, as well. You folks rock! :-)

while welcoming the effort in general, I'm disapointed to hear a well known conclusion once more: once caldav is done, it might do groupdav as well.

This is a perfect example for "The perfect is the enemy of the good".

Groupdav was invented to provide an easyto implement, good working solution, while Caldav was designed to be perfect.

please consider releasing your groupdav connector in a not to distant future too.

dothebart:
We have released it already, it is in the KDE repositories right now. The question is however if it will be included with the KDE 4.5 release - if the CalDav connector will be ready as planned at that time, it will be included because the aim is that it will support Groupdav as well. So no worries, we have a Groupdav solution right now, and for the CalDav solution it is planned to support Groupdav as well!

Leave a comment