View Single Post
OVK's Avatar
Posts: 559 | Thanked: 1,017 times | Joined on May 2008 @ Finland
#407
Originally Posted by nicolai View Post
sqlite3 is on your device as well.
Just enter this command in xterm:

sqlite3 /home/user/.calendar/calendardb "select * from calendars;"

nicolai
It is also possible to use dbBrowser from -devel to view the sqlite databases.

Just out of curiosity: I was looking through the Components and ComponentDetails databases and noticed that ComponentDetails contains a column named Class that can have either a value public or private. These seem to be values that for example MS Outlook can use to decide how the entry in question is displayed in shared calender (calendar owner can see the contents of private entries, others only that the entry is "private appointment"). My question is: would there be any way to change some entries from public (I think N900 calendar makes all entries public by default) to private? This would make it easier to use a synced shared calendar.