Project

General

Profile

Support #785

Updated by Daniel Curtis over 7 years ago

One of the features I need from Outlook 2010 is to connect to our CalDAV/CardDAV server, however this feature is lacking. Fortunately there is an open source plugin to add this feature. This is a simple guide on installing Outlook CalDAV Synchronizer on Outlook 2010 running Windows 7. 

 * Download and install the "Visual Studio 2010 Tools for Office Runtime":https://www.microsoft.com/en-us/download/details.aspx?id=48217 

 * Download and install the "Outlook CalDAV Synchronizer":http://downloads.sourceforge.net/project/outlookcaldavsynchronizer/1.23.0/OutlookCalDavSynchronizer-1.23.0.zip?r=https%3A%2F%2Fsourceforge.net%2Fprojects%2Foutlookcaldavsynchronizer%2F&ts=1458668255&use_mirror=iweb plugin. 

 * Next open Outlook, and click on the +CalDAV Synchronizer+ tab 

 * Click on +Synchronization Profiles+, then click the *Add* button 

 * Select +Generic CalDAV/CardDAV Server+ and click *OK* 
 *# *Name*: Example DAV 
 *# *Outlook folder*: Outlook Data File\Calendar 
 *# *DAV Url*: dav.example.com/remote.php/caldav/calendars/user%40example.com/defaultcalendar 
 *# *Username*: user 
 *# *Password*: SuperSecretPassword 
 *# *Email address*: user@example.com 

 * Click *Test Settings* to make sure everything works. 

 * Click *OK* to save the profile. 

 *NOTE*: I needed to uncheck the *[ ] Use time range filter* in the account profile in order to synchronize the full calendars. 

 h2. Resources 

 * https://sourceforge.net/projects/outlookcaldavsynchronizer/ 
 * https://github.com/aluxnimm/outlookcaldavsynchronizer 
 * https://www.microsoft.com/en-us/download/details.aspx?id=48217

Back