mirror of
https://github.com/moparisthebest/davmail
synced 2024-12-13 03:02:22 -05:00
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:
parent
fca97a7214
commit
cbbbc13d05
@ -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>
|
Loading…
Reference in New Issue
Block a user