mirror of
https://github.com/moparisthebest/davmail
synced 2024-12-15 04:02:21 -05:00
8193052f13
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@655 3d1905a2-6b24-0410-a738-b14d5a86fcbd
66 lines
2.8 KiB
XML
66 lines
2.8 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 - Thunderbird calendar setup</title>
|
|
<author email="mguessan@free.fr">Mickael Guessant</author>
|
|
</properties>
|
|
|
|
<body>
|
|
|
|
<section name="Thunderbird calendar 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="Create a new network calendar">
|
|
<p>Obviously, you need to install the Thunderbird Lightning extension. You can
|
|
then create a new network calendar:
|
|
</p>
|
|
<div style="width: 100%;text-align: center">
|
|
<img src="images/thunderbirdCalendar1.png" alt=""/>
|
|
</div>
|
|
|
|
<p>Choose CalDav format and specify location (adjust port to your settings):</p>
|
|
<code>http://localhost:1080/users/mail@company.com/calendar
|
|
</code>
|
|
<p>Replace mail@company.com with actual user email address.
|
|
</p>
|
|
<div style="width: 100%;text-align: center">
|
|
<img src="images/thunderbirdCalendar2.png" alt=""/>
|
|
</div>
|
|
|
|
<p>Choose a name, color and set the associated email address (as set in mail setup)
|
|
</p>
|
|
<div style="width: 100%;text-align: center">
|
|
<img src="images/thunderbirdCalendar3.png" alt=""/>
|
|
</div>
|
|
|
|
|
|
<p>Provide your credentials, login is Active Directory account name, i.e. domain\account
|
|
</p>
|
|
<div style="width: 100%;text-align: center">
|
|
<img src="images/thunderbirdCalendar4.png" alt=""/>
|
|
</div>
|
|
|
|
|
|
<p>Finish:
|
|
</p>
|
|
<div style="width: 100%;text-align: center">
|
|
<img src="images/thunderbirdCalendar5.png" alt=""/>
|
|
</div>
|
|
|
|
<p>You may want to enable the (experimental) Lightning calendar cach feature to avoid
|
|
the possibly long calendar load task delay on Thunderbird startup: double click
|
|
on the calendar in Lightning left pane and activate cache. Restart Thunderbird.
|
|
</p>
|
|
|
|
<p>Proceeed to
|
|
<a href="thunderbirddirectorysetup.html">Thunderbird directory setup</a>
|
|
</p>
|
|
</subsection>
|
|
</section>
|
|
</body>
|
|
</document> |