[kronolith] Shared Calendar Settings

Johannes Mock mockjs at idmt.fraunhofer.de
Wed Dec 11 17:14:53 UTC 2013


Hello to all

In our institute we want to use kronolith combined with nag for task
management and therefore we need the shared calendars.
With the settings I have made, I am able to create groups and share the
calendars with these groups. Also I can share the calenders with /"all
users"/ of our horde framework.

*However, I try to share a calendar with specific users by entering the
user names in the provided field, the following error is issued:*

DEBUG: HORDE [kronolith] <userfi>... Domain name required for sender
address userfi [pid 15109 on line 27 of
"/usr/share/pear/Horde/Core/Notification/Handler/Decorator/Hordelog.php"]

Over the nag settings I can share the task-lists with specific users.
By trying to share the task-lists via kronolith, the same error is
issued as at the sharing of the calendars.

*At which point do I have to change my settings?*

Here is my current conf.php:

<?php
/* CONFIG START. DO NOT CHANGE ANYTHING IN OR AFTER THIS LINE. */
// $Id: 380230c774efc2661b03a58bd71824d28cdc6040 $
$conf['calendar']['params']['table'] = 'kronolith_events';
$conf['calendar']['params']['driverconfig'] = 'horde';
$conf['calendar']['params']['utc'] = true;
$conf['calendar']['driver'] = 'sql';
$conf['storage']['default_domain'] = 'institute.fh.de';
$conf['storage']['params']['table'] = 'kronolith_storage';
$conf['storage']['params']['driverconfig'] = 'horde';
$conf['storage']['driver'] = 'sql';
$conf['calendars']['driver'] = 'default';
$conf['resource']['params']['table'] = 'kronolith_resources';
$conf['resource']['params']['driverconfig'] = 'horde';
$conf['resource']['params']['utc'] = true;
$conf['resource']['driver'] = 'sql';
$conf['reminder']['server_name'] = 'mx.institute.fh.de';
$conf['autoshare']['shareperms'] = 'none';
$conf['share']['notify'] = true;
$conf['holidays']['enable'] = true;
$conf['menu']['import_export'] = true;
$conf['maps']['providers'] = array('Osm');
$conf['maps']['geocoder'] = 'Google';
$conf['maps']['geodriver'] = 'Mysql';
$conf['maps']['driver'] = 'Horde';
/* CONFIG END. DO NOT CHANGE ANYTHING IN OR BEFORE THIS LINE. */

I hope someone can help me.

Best regards
Johannes Mock


More information about the kronolith mailing list