View Single Post
Posts: 67 | Thanked: 24 times | Joined on Dec 2009 @ Helsinki Finland
#18
Originally Posted by pelago View Post
Rather than working directly with calendardb, it might be worth seeing if there's a documented API you could use, as that might save a bit of research (and a bit of breakage if they change the table structure but keep the API). A quick Google finds http://maemo.org/api_refs/5.0/5.0-fi...annotated.html but I don't know if it's current.
You are right, the problem for me is that I'm not a programmer though I work in IT business.
I'd think that calendar data even in the worst case is relatively small, so using sql to locate items matching a search string could (at least) to be a starting point.
What would be neat is that the search would list results categorized by context (like description, birthday, event name etc.) sorted by date, for example.
Otherwise we'd need a separate search index that should be kept in sync with changes in calendar DB.