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