mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-12 08:58:25 +01:00
enable funambol calendar sync
This commit is contained in:
parent
d01642a7ad
commit
df7d119bb3
@ -111,6 +111,16 @@ $this->applications['egwcalendarsync'] = array(
|
|||||||
'menu_parent' => 'organizing'
|
'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(
|
$this->applications['egwtaskssync'] = array(
|
||||||
'fileroot' => EGW_SERVER_ROOT.'/syncml/tasks',
|
'fileroot' => EGW_SERVER_ROOT.'/syncml/tasks',
|
||||||
'webroot' => $this->applications['horde']['webroot'] . '/mnemo',
|
'webroot' => $this->applications['horde']['webroot'] . '/mnemo',
|
||||||
|
Loading…
Reference in New Issue
Block a user