Roundcube Community Forum

 

Roundcube Planner

Started by Lazlo, December 07, 2011, 10:50:20 AM

Previous topic - Next topic

wurmi

Hi Lazlo,

since the link to github doesn't work anymore, I post an issue here:
I found a problem with the "delete" button in the planner plugin.
When clicking on the delete button in the messages list of RC, the messagetoolbar disappears, probably because of the code:

$('a.delete').live("click", function () {
  rcmail.http_post('delete', '_id=' + $(this).parent().attr("id"));
  $(this).parent().remove();
});


Also the CSS of the planner styles the "delete" button of RC - in theme "Larry" the button then was not shown at all.
I changed all occurences of "delete" to "planner_delete" now the plugin works fine with RC!

lobsterman

Could you tell me in which document(s) you made that change?

niaou

Hello everyone,

I have seen today that the planner plugin is being updated in the repository of MyRoundcube plugins.

However the code in git hasn't been updated for the last 2 months.

Is the issue with the caldav sync being solved?

Yoni

#33
planner plugin in our mirror servers is working fine in 0.8.x versions. We have also released a carddav plugin using graviox carddav as base code. For caldav we have sabredav plugin.

Demo these plugins at http://s1.myroundcube.com & http://mail4us.net

niaou

Quote from: Yoni on October 10, 2012, 06:51:09 PM
planner plugin in our mirror servers is working fine in 0.8.x versions. We have also released a carddav plugin using graviox carddav as base code. For caldav we have sabredav plugin.

It seems that you have removed CalDav support from planner in your mirror servers.

Sorry, but the latest version doesn't work along with calendar plugin, tested with the current github version is not working correctly! Have a look at this issue

AFAIK SabreDAV is a WebDAV framework for PHP that has nothing to do with CalDav and CardDav in case that someone is using non-SabreDAV servers such as Davical to handle Cal/CarDAV.

Lazlo


niaou