From df7d119bb3b7981d20c6f7e5aa99c72426f7b771 Mon Sep 17 00:00:00 2001 From: Lars Kneschke Date: Mon, 24 Apr 2006 08:25:53 +0000 Subject: [PATCH] enable funambol calendar sync --- phpgwapi/inc/horde/config/registry.php | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/phpgwapi/inc/horde/config/registry.php b/phpgwapi/inc/horde/config/registry.php index 88d177b6be..1341661c49 100644 --- a/phpgwapi/inc/horde/config/registry.php +++ b/phpgwapi/inc/horde/config/registry.php @@ -111,6 +111,16 @@ $this->applications['egwcalendarsync'] = array( 'menu_parent' => 'organizing' ); +$this->applications['egwsifcalendarsync'] = array( + 'fileroot' => EGW_SERVER_ROOT.'/syncml/sifcalendar', + 'webroot' => $this->applications['horde']['webroot'] . '/mnemo', + 'icon' => $this->applications['horde']['webroot'] . '/mnemo/graphics/mnemo.gif', + 'name' => _("Calendar"), + 'status' => 'active', + 'provides' => 'sifcalendar', + 'menu_parent' => 'organizing' +); + $this->applications['egwtaskssync'] = array( 'fileroot' => EGW_SERVER_ROOT.'/syncml/tasks', 'webroot' => $this->applications['horde']['webroot'] . '/mnemo',