Event status changes should increment the sequence value
This commit is contained in:
parent
890fcc34ab
commit
882b89a7c0
1 changed files with 1 additions and 1 deletions
|
@ -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';
|
||||
|
|
Loading…
Add table
Reference in a new issue