Roundcube Community Forum

 

[calendar Plugin] add new event problem

Started by albiz, June 18, 2014, 06:04:44 AM

Previous topic - Next topic

albiz

Hi everybody,

We've installed calendar and calendar plus in a test enviroment (debian wheezy+ wheezy backports rondcube 0.9.5 + plugin manager). It just worked fine with our caldav calendars so we decided to move into a production enviroment (same +  roundcube-plugins  from wheezy-backports) It seemed to work fine too but it's imposible to add/modify new events. Nothing seems to happen (logs, popup window....) It just does nothing....

In main.inc.dist I've declared $rcmail_config['plugins'] = array('plugin_manager','managesieve');

Calendars are configured under ../plugins/calendar/config.inc.php caldavs
...
$rcmail_config['caldavs'] = array(
'Work' => array(
                   'user' => '%su',
                   'pass' => '%p',
                   'url' => 'https://MYDOMAIN/caldav.php/%su/home',
                   'auth' => 'detect',
                   'readonly' => false,
                   'extr' => false, // external reminder service
                 ),
...

If needed I can pastebin my config but as I said I works in testing and in production events are showed too. The problem is to add or modify events not to show them.

I think the only diference between testing and production enviroment is managesieve but if I try to comment managesieve it doesn't work. Any suggestion? Thanks in advance,

David

rosali

Regards,
Rosali