mirror of
https://github.com/moparisthebest/davmail
synced 2024-11-10 11:25:00 -05:00
Doc: additional FAQ entry on shared calendars
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1645 3d1905a2-6b24-0410-a738-b14d5a86fcbd
This commit is contained in:
parent
eda37cdcb0
commit
f2c73bd1e5
@ -184,6 +184,18 @@ calendar.debug.log.verbose=true]]></source>
|
||||
</p>
|
||||
<source>http://localhost:<i>1080</i>/principals/public/<i>path/to/calendar</i></source>
|
||||
|
||||
<p>
|
||||
<strong>Shared calendars</strong>
|
||||
</p>
|
||||
<p>To access a shared calendar in Lightning, the URL scheme is:
|
||||
</p>
|
||||
<source>http://localhost:<i>1080</i>/users/<i>user@company.com</i>
|
||||
</source>
|
||||
<p>To access a shared calendar in iCal, the URL scheme is:
|
||||
</p>
|
||||
<source>http://localhost:<i>1080</i>/principals/users/<i>user@company.com</i>
|
||||
</source>
|
||||
|
||||
</subsection>
|
||||
|
||||
<subsection name="Mail">
|
||||
@ -199,7 +211,9 @@ calendar.debug.log.verbose=true]]></source>
|
||||
don't keep copies at all.
|
||||
</p>
|
||||
<p>Under Thunderbird, you can try to change IMAP timeout values
|
||||
(<code>mail.server.server<em>index</em>.timeout</code>
|
||||
(
|
||||
<code>mail.server.server<em>index</em>.timeout
|
||||
</code>
|
||||
and <code>mailnews.tcptimeout</code>) or avoid full
|
||||
mailbox sync: disable global search and indexer under advanced options and change
|
||||
Synchronization & Storage options under Account Settings.
|
||||
|
@ -29,6 +29,7 @@
|
||||
</p>
|
||||
<source><![CDATA[
|
||||
davmail.url=http://exchangeServer/exchange/
|
||||
davmail.enableEws=false
|
||||
davmail.popPort=1110
|
||||
davmail.imapPort=1143
|
||||
davmail.smtpPort=1025
|
||||
|
Loading…
Reference in New Issue
Block a user