View Single Post
Posts: 466 | Thanked: 661 times | Joined on Jan 2009
#20
Originally Posted by ade View Post
I wanted to explore the options of this app, but it crashes on me when trying to add a note or task.
Code:
Category table does not exist!
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& updateQueries() !!!
1
Folder Name for ID 1 is: Projects
Error retrieving default Calendar
Segmentation fault (core dumped)
Could this be caused by an inconsistency in my calender database?

I am using the
Code:
getDefaultCalendar()
function in the API. http://maemo.org/api_refs/5.0/5.0-fi...20ad45eb84f5bd

It looks like this is returning null for some reason. Obviously I'm not doing a good job of checking for failure (the code needs lots of refactoring to become robust. I'm just assuming this would be successful on each call).
  • Can you put the contents of the Calendars table from the ~/.calendar/calendardb file here?
  • I will fix the null reference and just grab the first calendar that exists if the default API call fails