diff --git a/src/site/xdoc/faq.xml b/src/site/xdoc/faq.xml index 41fd0f27..f6b94939 100644 --- a/src/site/xdoc/faq.xml +++ b/src/site/xdoc/faq.xml @@ -36,22 +36,33 @@

+
+

+ How do I detect errors in Thunderbird/Lightning calendar ? +

+

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: +

+ + calendar.debug.log=true + calendar.debug.log.verbose=true + -
-
-

- How do I detect errors in Thunderbird/Lightning calendar ? -

-

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: -

- - calendar.debug.log=true - calendar.debug.log.verbose=true - +

+ Unable to send appointment notifications +

+

Lightning tries to send Caldav notifications to outbox instead + of Mail notifications and trigger an invalid request error. +

+

Check the following parameter in Thunderbird, it should be set + to false +

+ + calendar.caldav.sched.enabled=false + +
- - - \ No newline at end of file + + \ No newline at end of file