【问题标题】:Can Lightning calendars be created with thunderbird.cfg?可以使用 Thunderbird.cfg 创建 Lightning 日历吗?
【发布时间】:2013-01-09 22:42:00
【问题描述】:

我们已经设置了一个 calDav 服务器并计划在我们的企业内进行部署,但是在使用 Thunderbird.cfg、default.js、all.js 或 user.js 在 Thunderbird 中创建 calDav 日历时遇到了问题。有没有一种方法可以在 Thunderbird 中自动创建这些日历,或者我们是否必须创建一个附加组件才能做到这一点?

任何帮助将不胜感激。

【问题讨论】:

    标签: thunderbird lightning thunderbird-lightning


    【解决方案1】:

    Lightning 日历可以使用标准首选项创建,然后使用您描述的机制(Thunderbird.cfg、default.js、all.js、user.js,...)注入。这些是强制性的首选项:

    calendar.registry.{uuid}.type = "caldav"
    calendar.registry.{uuid}.uri = "https://path/to/calendar/"
    calendar.registry.{uuid}.name = "My Calendar"
    

    这些是可选的:

    calendar.registry.{uuid}.cache.enabled = true
    calendar.registry.{uuid}.color = "#330099"
    // id1 must be the key as in prefs.js for the email identity.
    calendar.registry.{uuid}.imip.identity.key = "id1"
    calendar.registry.{uuid}.readOnly = true
    calendar.registry.{uuid}.refreshInterval = 30 // minutes
    // visible, i.e checked in the calendar list
    calendar.registry.{uuid}.calendar-main-in-composite = true 
    

    【讨论】:

    • 您能否指出可以在 Thunderbird.cfg 中设置的所有首选项的参考?
    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2010-09-17
    • 2021-11-09
    • 1970-01-01
    • 2013-08-21
    • 1970-01-01
    • 2014-12-22
    相关资源
    最近更新 更多