View Single Post
Posts: 111 | Thanked: 230 times | Joined on Jul 2010
#28
Originally Posted by kjmackey View Post
Hi, .9.3 opens the calendar now (under PR 1.0) but I get a weird error message as the image shows - and the calendar doesn't open on the day of the event but rather the last day the calendar was showing.

I'm still on PR 1.0.

Thanks for the good work on this - it's a valuable addition to the Notifications screen
Does this happen for all events or only recurring (or an exception of a recurring event)? If it does there's nothing I can do it's an API limitation (PR 1.1 should be out for you soon though http://www.developer.nokia.com/Commu...e-going-global)

Originally Posted by skripis View Post
Many thanks for this - I appreciate your work done. And I like your version over the one in the store since yours show separate events.

Now, one request though - would it be possible to have it pull events for more than 1 week ahead?
It is possible. I'm nore sure whether it should be shown in the graphical user interface as the longer the period is the more events have to be kept in memory which may degrade performance. You can force a longer period via gconftool manually e.g.:
  1. Use gconftool-2 --all-dirs /apps/CalendarFeed/calendars to list the UIDs of all calendars (default refers to the default settings for all calendars)
  2. Modify the look ahead value for the calendar you want to change - e.g.:
    gconftool-2 -s --type=int/apps/CalendarFeed/calendars/default/lookAhead <time in seconds>