Roundcube Community Forum

 

Help with calendar plugin

Started by caimandelorinoco, November 25, 2011, 11:10:59 AM

Previous topic - Next topic

caimandelorinoco

Good morning. first of all I tell friends I am new to the configuration of Roundcube

My question is about the configuration of the calendar plugin .... I followed the steps for installation, and everything works fine except that when trying to load an event did not register anything. These were the steps that follow to install the plugin:
1. Download the plugin from the official page
2. I unzipped and place it in the directory / usr / local / RoundCube / plugins
3. Rename the file to config.inc.php config.inc.php.dist
4. Add the mysql tables (SQL directory) by typing: mysql-u root-p roundcubemail 5. Add plugin config in RoundCube. $ rcmail_config ['plugins'] = array ('calendar')

I can view the calendar just in trying to load some sample event does not me ... Please help by not really know where it is my fault

Sorry for my English

Jack!

Change in file config.inc.php your backend type from 'dummy' into 'database'.
$rcmail_config['backend'] = "database";

caimandelorinoco

#2
Thanks for posting .... Already tried and still can not see events in the calendar ... also add in $ rcmail_config ['backend_db_table_map'] the name of the given data base.

$ rcmail_config ['backend_db_table_map'] = array ('database' => 'roundcubemail')


 and nothing

rosali

Wrong:

Replace ...

$rcmail_config['backend'] = "dummy";

... by ...

$rcmail_config['backend'] = "database";

Keep defaults in 'backend_db_table_map' unless you really know what you are doing there. This config is just for the case if you can't use the default database table names.
Regards,
Rosali

caimandelorinoco

Friends again thanks for helping ...
I changed the file to the default settings, and have modified only the parameter

$rcmail_config['backend'] = "database";

and now I can see the events. For example if I create an event from "my calendar" event is not loaded but in view of "all calendars" I can see them there but I can not edit or delete them.

If I do not understand an event in "MyCalendar" this should be seen in "MyCalendar" and not "allcalendars" and I should be able to delete and edit