kolabformat/php

Thomas Brüderli bruederli at kolabsys.com
Thu Nov 8 16:03:17 CET 2012


 kolabformat/php/test.php |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 8af5c4d8137da1c61be110f2b75fc792013b3da6
Author: Thomas Bruederli <bruederli at kolabsys.com>
Date:   Thu Nov 8 16:03:05 2012 +0100

    Set event priority attribute for testing

diff --git a/kolabformat/php/test.php b/kolabformat/php/test.php
index 7436553..ec3d8e4 100644
--- a/kolabformat/php/test.php
+++ b/kolabformat/php/test.php
@@ -10,6 +10,7 @@ $e = new Event();
 $e->setCreated(new cDateTime(2012,3,14, 9,5,30, true));
 $e->setStart(new cDateTime(2012,7,31));
 $e->setUid("uid");
+$e->setPriority(1);
 
 $xo = new XMLObject;
 print $xo->writeEvent($e, kolabobject::KolabV2, "test.php");





More information about the commits mailing list