From edd5a588705e784b9378cba6601932fa227863c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Lehrke?= Date: Wed, 11 Nov 2009 09:18:00 +0000 Subject: [PATCH] Add ./event datastore to capabilities --- phpgwapi/inc/horde/Horde/SyncML/Command/Get.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/phpgwapi/inc/horde/Horde/SyncML/Command/Get.php b/phpgwapi/inc/horde/Horde/SyncML/Command/Get.php index 96538e401a..f40ffc171a 100644 --- a/phpgwapi/inc/horde/Horde/SyncML/Command/Get.php +++ b/phpgwapi/inc/horde/Horde/SyncML/Command/Get.php @@ -110,6 +110,8 @@ class Horde_SyncML_Command_Get extends Horde_SyncML_Command { array('text/x-vcalendar' => '1.0')); $this->_writeDataStore('./calendar', 'text/calendar', '2.0', $output, array('text/x-vcalendar' => '1.0')); + $this->_writeDataStore('./events', 'text/calendar', '2.0', $output, + array('text/x-vcalendar' => '1.0')); $this->_writeDataStore('./caltasks', 'text/calendar', '2.0', $output, array('text/x-vcalendar' => '1.0')); $output->endElement($state->getURIDevInf() , 'DevInf', $attrs);