plugins/libkolab

Thomas Brüderli bruederli at kolabsys.com
Wed Jul 16 17:37:14 CEST 2014


 plugins/libkolab/lib/kolab_format_event.php |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 882b89a7c09cb0978d6a6f5dc7b15166a202aabd
Author: Thomas Bruederli <bruederli at kolabsys.com>
Date:   Wed Jul 16 17:37:01 2014 +0200

    Event status changes should increment the sequence value

diff --git a/plugins/libkolab/lib/kolab_format_event.php b/plugins/libkolab/lib/kolab_format_event.php
index 2d6a784..596d0da 100644
--- a/plugins/libkolab/lib/kolab_format_event.php
+++ b/plugins/libkolab/lib/kolab_format_event.php
@@ -26,7 +26,7 @@ class kolab_format_event extends kolab_format_xcal
 {
     public $CTYPEv2 = 'application/x-vnd.kolab.event';
 
-    public static $scheduling_properties = array('start', 'end', 'allday', 'location');
+    public static $scheduling_properties = array('start', 'end', 'allday', 'location', 'status', 'cancelled');
 
     protected $objclass = 'Event';
     protected $read_func = 'readEvent';




More information about the commits mailing list