View Single Post
nicolai's Avatar
Posts: 1,637 | Thanked: 4,424 times | Joined on Apr 2009 @ Germany
#11
Originally Posted by dov View Post
Does the calendar application poll its database or is it necessary to bump it somehow to make it reread the file when it changes after inserting changes through sqlite3?
The calendar application rereads the database everytime on startup,
but it is also listening for dbus-signals send by the calendar-backand.
Maybe you can send this signals manually.

nicolai