Where are notes stored?
-
Hi,
I am using a desktop PC that does not have outlook installed but I still want to be able to work on my notes outside of the kopano webapp. It would be simple to just sync them to my pc but for that I need to know where and how Kopano stores my user‘s notes, please.
Thanks!
-
Hi @irreleph4nt ,
apart from ActiveSync there is afaik no client/api to sync notes with Kopano.
-
Well, where are the notes stored then? Just because it can’t be done right now does not mean it needs to stay that way :)
-
They are stored (just as everything else) as mapi objects in the database. Maybe a first good step would be adapting pyhton-kopano to export your notes for example as txt files.
-
Thanks, I‘ll look into that.
-
maybe https://stash.kopano.io/projects/KC/repos/kopanocore/browse/swig/python/kopano/scripts/rfcdump.py helps. this is a general purpose script to im- and export various content types (but no notes).