var fDesc=new Array(); fDesc[0] = "cFos Outlook DAV is an Add-in for Microsoft Outlook to synchronize Outlook Appointments with a CalDAV server or Outlook Contacts with a CardDAV server

The banter between Microsoft and Google about the synchronization of calendar appointments (ActiveSync) has given us the idea to develop our own solution for Windows desktop. It uses CalDAV as the open standard for calendar synchronisation.

cFos Outlook DAV was tested successfully with the google calendar, ownCloud, gmx.de, web.de, DAViCal and cFos Personal Net, our own CalDAV webserver (*).

More Information and Download on our product page.

Further development of cFos Outlook DAV is driven by users feedback."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }