davmail/src/site/xdoc/osxicalsetup.xml

48 lines
2.0 KiB
XML

<?xml version="1.0"?>
<document xmlns="http://maven.apache.org/XDOC/2.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd">
<properties>
<title>DavMail POP/IMAP/SMTP/CalDav/LDAP Exchange Gateway - OSX iCal setup</title>
<author email="mguessan@free.fr">Mickael Guessant</author>
</properties>
<body>
<section name="OSX iCal setup">
<p>DavMail Calendar support is now available, tested with Thunderbird/Lightning and Apple iCal.
This should also work with other Caldav clients.
</p>
<subsection name="Open iCal Preferences">
<p>Open iCal Preferences, go to the Accounts tab and click the plus button:
</p>
<div style="width: 100%;text-align: center">
<img src="images/osxIcal1.png" alt=""/>
</div>
<p>Choose a name, enter you Exchange username and password. Open the server options section
to enter the full calendar URL (adjust port to your settings):
</p>
<code>http://localhost:1080/principals/users/mail@company.com
</code>
<p>Replace mail@company.com with actual user email address.
</p>
<div style="width: 100%;text-align: center">
<img src="images/osxIcal2.png" alt=""/>
</div>
<p>Click Add, choose Connect Anyway in warning dialog:</p>
<div style="width: 100%;text-align: center">
<img src="images/osxIcal3.png" alt=""/>
</div>
<p>Proceeed to
<a href="osxdirectorysetup.html">OSX directory setup</a>
to enable attendee completion.
</p>
</subsection>
</section>
</body>
</document>