add info for new caltasks sync source

This commit is contained in:
Lars Kneschke 2006-08-16 03:31:06 +00:00
parent 46d29b527d
commit acec55da41

View File

@ -141,3 +141,13 @@ $this->applications['egwsiftaskssync'] = array(
'menu_parent' => 'organizing'
);
$this->applications['egwcaltaskssync'] = array(
'fileroot' => EGW_SERVER_ROOT.'/syncml/caltasks',
'webroot' => $this->applications['horde']['webroot'] . '/mnemo',
'icon' => $this->applications['horde']['webroot'] . '/mnemo/graphics/mnemo.gif',
'name' => _("Calendar and Tasks"),
'status' => 'active',
'provides' => 'caltasks',
'menu_parent' => 'organizing'
);