This forum has been archived. All content is frozen. Please use KDE Discuss instead.

Akonadi and python

Tags: None
(comma "," separated)
gnumdk
Registered Member
Posts
15
Karma
0

Akonadi and python

Mon Apr 11, 2011 12:31 pm
Code: Select all
#!/usr/bin/python2

from PyKDE4.akonadi import *
from PyKDE4.kdecore import *
from PyQt4.QtCore import *
from time import sleep
import sys

def fetch(job):
        if job.error(): print job.errorString()
        else: print "It work's!"

mimeTypes = QStringList()
mimeTypes.append("application/x-vnd.akonadi.calendar.todo")
mimeTypes.append("application/x-vnd.akonadi.calendar.event")

scope = Akonadi.CollectionFetchScope()
scope.setContentMimeTypes(mimeTypes)

fetchJob = Akonadi.CollectionFetchJob(Akonadi.Collection.root(), Akonadi.CollectionFetchJob.Recursive)
fetchJob.setFetchScope(scope)

fetchJob.result.connect(fetch)
fetchJob.start()

app = QCoreApplication(sys.argv)
app.exec_()


Hello, here i try to get events/todos from akonadi with python.

I connect my fetchjob to fetch() function but this one never get called, any idea ?

Thanks.
User avatar
bcooksley
Administrator
Posts
19765
Karma
87
OS

Re: Akonadi and python

Tue Apr 12, 2011 7:11 am
I suggest you contact the KDE PIM developers, on their mailing list: kde-pim@kde.org.


KDE Sysadmin
[img]content/bcooksley_sig.png[/img]
User avatar
anda_skoa
KDE Developer
Posts
783
Karma
4
OS

Re: Akonadi and python

Tue Apr 26, 2011 3:54 pm
Try creating the application object before any of the others and/or try using a KApplication instead of QCoreApplication

Cheers,
_


anda_skoa, proud to be a member of KDE forums since 2008-Oct.
caco3
Registered Member
Posts
7
Karma
0

Re: Akonadi and python

Wed May 25, 2011 3:41 pm
Hi gnumdk

Did you get working?

I am also looking into how to retrieve (calendar) data from Akonadi with python.
User avatar
MarioS
Registered Member
Posts
43
Karma
0
OS

Re: Akonadi and python

Wed Aug 24, 2011 6:18 pm
A basic test resource written in python here:
https://github.com/marionline/pyvcarddirresource


Ciao da me che sono io


Bookmarks



Who is online

Registered users: bartoloni, Bing [Bot], Evergrowing, Google [Bot]