2008-12-05 08:27:02 -05:00
|
|
|
<?xml version="1.0"?>
|
2009-08-07 06:26:29 -04:00
|
|
|
<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">
|
2008-12-05 08:27:02 -05:00
|
|
|
|
|
|
|
<properties>
|
2009-07-21 04:49:38 -04:00
|
|
|
<title>DavMail POP/IMAP/SMTP/CalDav/LDAP Exchange Gateway - Thunderbird calendar setup</title>
|
2008-12-05 08:27:02 -05:00
|
|
|
<author email="mguessan@free.fr">Mickael Guessant</author>
|
|
|
|
</properties>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
|
|
|
|
<section name="Thunderbird calendar setup">
|
2009-03-27 08:25:21 -04:00
|
|
|
<p>DavMail Calendar support is now available, tested with Thunderbird/Lightning and Apple iCal.
|
2008-12-05 08:27:02 -05:00
|
|
|
This should also work with other Caldav clients.
|
|
|
|
</p>
|
|
|
|
|
2009-08-07 06:26:29 -04:00
|
|
|
<subsection name="Create a new network calendar">
|
2008-12-05 08:27:02 -05:00
|
|
|
<p>Obviously, you need to install the Thunderbird Lightning extension. You can
|
2009-01-05 18:02:45 -05:00
|
|
|
then create a new network calendar:
|
|
|
|
</p>
|
2008-12-05 08:27:02 -05:00
|
|
|
<div style="width: 100%;text-align: center">
|
2009-08-07 06:26:29 -04:00
|
|
|
<img src="images/thunderbirdCalendar1.png" alt=""/>
|
2008-12-05 08:27:02 -05:00
|
|
|
</div>
|
|
|
|
|
2009-01-05 18:02:45 -05:00
|
|
|
<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.
|
2008-12-26 08:38:01 -05:00
|
|
|
</p>
|
2008-12-05 08:27:02 -05:00
|
|
|
<div style="width: 100%;text-align: center">
|
2009-08-07 06:26:29 -04:00
|
|
|
<img src="images/thunderbirdCalendar2.png" alt=""/>
|
2008-12-05 08:27:02 -05:00
|
|
|
</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">
|
2009-08-07 06:26:29 -04:00
|
|
|
<img src="images/thunderbirdCalendar3.png" alt=""/>
|
2008-12-05 08:27:02 -05:00
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<p>Provide your credentials, login is Active Directory account name, i.e. domain\account
|
|
|
|
</p>
|
|
|
|
<div style="width: 100%;text-align: center">
|
2009-08-07 06:26:29 -04:00
|
|
|
<img src="images/thunderbirdCalendar4.png" alt=""/>
|
2008-12-05 08:27:02 -05:00
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<p>Finish:
|
|
|
|
</p>
|
|
|
|
<div style="width: 100%;text-align: center">
|
2009-08-07 06:26:29 -04:00
|
|
|
<img src="images/thunderbirdCalendar5.png" alt=""/>
|
2008-12-05 08:27:02 -05:00
|
|
|
</div>
|
|
|
|
|
2008-12-09 08:35:32 -05:00
|
|
|
<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
|
2009-01-05 18:02:45 -05:00
|
|
|
on the calendar in Lightning left pane and activate cache. Restart Thunderbird.
|
2008-12-09 08:35:32 -05:00
|
|
|
</p>
|
|
|
|
|
2009-01-05 18:02:45 -05:00
|
|
|
<p>Proceeed to
|
|
|
|
<a href="thunderbirddirectorysetup.html">Thunderbird directory setup</a>
|
|
|
|
</p>
|
2009-08-07 06:26:29 -04:00
|
|
|
</subsection>
|
2008-12-05 08:27:02 -05:00
|
|
|
</section>
|
|
|
|
</body>
|
|
|
|
</document>
|