可以使用thunderbird.cfg创建Lightning日历吗?

时间:2013-01-25 21:35:45

标签: thunderbird lightning thunderbird-lightning

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

任何帮助都将不胜感激。

1 个答案:

答案 0 :(得分:2)

可以使用标准首选项创建闪电日历,然后使用您描述的机制(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