Roundcube Community Forum

Third Party Contributions => API Based Plugins => Topic started by: klc on August 26, 2010, 08:41:28 PM

Title: Which Calendar plugin works best?
Post by: klc on August 26, 2010, 08:41:28 PM
I'm have a terrible time trying to implement a calendar. Every couple months I'll try again, never get very far and go back to using gmail.

Either I can't understand the install instructions and/or they are badly written.

So far I've tried the Webcalendar (ugly and doesn't work), the bundled calendar (has fake entries that can't be removed or edited) and the Roundcube Calendar (seemed to work for 5 seconds then started 'loading' and won't stop).  The address for the last two look like this (at the end): task=dummy&_action=plugin.calendar which makes me think that I don't have it set up correctly.

ANY HELP Would be most appreciated.
Title: Which Calendar plugin works best?
Post by: dziobak on August 27, 2010, 12:49:06 AM
any errors in log?
attach the config file.
Title: Which Calendar plugin works best?
Post by: rosali on August 27, 2010, 03:58:14 AM
There are "fake" entries if you use the "dummy" driver. Create MySQL database table and use mysql driver.
Title: Database
Post by: LMSSML on September 04, 2010, 07:20:06 AM
Hi there,


Rosali


What you mean change the config.inc.php from dummy to database, or should it be to mysql.

The table is already created on database.

I've got problems removing events on calendar Error Service Not available.

Could it be something on database table ?

Thanks once again
Title: Working.
Post by: LMSSML on September 04, 2010, 07:34:28 AM
Hi there,


I made a drop table on mysql and then recreated the table with the script included nad it working ok at the moment.

Is it possible sharing the calendar with other people ?

Thanks.