Added a FAQ on failed notifications

git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@298 3d1905a2-6b24-0410-a738-b14d5a86fcbd
This commit is contained in:
mguessan 2009-01-18 22:54:05 +00:00
parent fca97a7214
commit cbbbc13d05
1 changed files with 27 additions and 16 deletions

View File

@ -36,22 +36,33 @@
</p>
</section>
<section name="Caldav (calendar)">
<p>
<strong>How do I detect errors in Thunderbird/Lightning calendar ?</strong>
</p>
<p>Unfortunately, Lightning does not provide much feedback of what is going
on. To detect errors at this level, you may activate calendar log settings
under Tools/Options/Advanced:
</p>
<source>
calendar.debug.log=true
calendar.debug.log.verbose=true
</source>
</section>
<section name="Caldav (calendar)">
<p>
<strong>How do I detect errors in Thunderbird/Lightning calendar ?</strong>
</p>
<p>Unfortunately, Lightning does not provide much feedback of what is going
on. To detect errors at this level, you may activate calendar log settings
under Tools/Options/Advanced:
</p>
<source>
calendar.debug.log=true
calendar.debug.log.verbose=true
</source>
<p>
<strong>Unable to send appointment notifications</strong>
</p>
<p>Lightning tries to send Caldav notifications to outbox instead
of Mail notifications and trigger an invalid request error.
</p>
<p>Check the following parameter in Thunderbird, it should be set
to false
</p>
<source>
calendar.caldav.sched.enabled=false
</source>
</section>
</section>
</section>
</body>
</document>
</body>
</document>