Author Topic: Roundcube Planner  (Read 32981 times)

Offline wurmi

  • Newbie
  • *
  • Posts: 5
Re: Roundcube Planner
« Reply #30 on: September 05, 2012, 10:13:11 AM »
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:

Code: [Select]
$('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!

Offline lobsterman

  • Jr. Member
  • **
  • Posts: 24
Re: Roundcube Planner
« Reply #31 on: September 16, 2012, 02:54:57 PM »
Could you tell me in which document(s) you made that change?

Offline niaou

  • Newbie
  • *
  • Posts: 5
Re: Roundcube Planner
« Reply #32 on: October 10, 2012, 11:30:38 AM »
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?

Offline Yoni

  • Full Member
  • ***
  • Posts: 164
    • MyRoundcube
Re: Roundcube Planner
« Reply #33 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.

Demo these plugins at http://s1.myroundcube.com & http://mail4us.net
« Last Edit: October 10, 2012, 07:07:25 PM by Yoni »

Offline niaou

  • Newbie
  • *
  • Posts: 5
Re: Roundcube Planner
« Reply #34 on: October 15, 2012, 08:30:12 AM »
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.

Offline Lazlo

  • Full Member
  • ***
  • Posts: 50
Re: Roundcube Planner
« Reply #35 on: October 17, 2012, 04:37:04 AM »
Improved version of the planner plugin can be found here:
http://git.kolab.org/roundcubemail-plugins-kolab/tree/plugins/tasklist

Offline niaou

  • Newbie
  • *
  • Posts: 5
Re: Roundcube Planner
« Reply #36 on: November 05, 2012, 12:05:06 PM »
Improved version of the planner plugin can be found here:
http://git.kolab.org/roundcubemail-plugins-kolab/tree/plugins/tasklist
Does this version support Caldav?