Thread
:
Notes Extracting N9
View Single Post
jflatt
2012-01-03 , 23:24
Posts: 534 | Thanked: 723 times | Joined on Oct 2009
#
8
They are stored in /home/user/.calendar/db
You need to use sqlite to view them, but it's not a simple task. You'd have to first get the id of the note you want to extract. You can get plain text from the Components table if you just look at the Description field, or you can hit the Customproperties table Value field to get the html
If you only had one note:
Code:
sqlite3 /home/user/.calendar/db 'select value from customproperties'
QOrganizerNote in QtMobility seems to be the clean way of getting ahold of these entries, someone could cook up an extraction app easily enough
Last edited by jflatt; 2012-01-04 at
00:01
.
Quote & Reply
|
The Following 4 Users Say Thank You to jflatt For This Useful Post:
maegon9y00
,
nicolai
,
pelago
,
zamorph
jflatt
View Public Profile
Send a private message to jflatt
Find all posts by jflatt