Thunderbird lightning

From wikinotes
Revision as of 16:19, 19 February 2024 by Will (talk | contribs) (Created page with "A calendar addon for thunderbird.<br> Supports CalDav synchronization.<br> I think this may ship with thunderbird now.. = Documentation = <blockquote> {| class="wikitable" |- | addon || ? |- |} </blockquote><!-- Documentation --> = Configuration = <blockquote> == Sync CalDAV == <blockquote> <syntaxhighlight lang="yaml"> # Thunderbird Lightning - Calendar Icon: # Square with '7' beneat minimize button - Calendar Dropdown > Rclick > New Calendar: - On the Net...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

A calendar addon for thunderbird.
Supports CalDav synchronization.
I think this may ship with thunderbird now..

Documentation

addon ?

Configuration

Sync CalDAV

# Thunderbird Lightning
- Calendar Icon:    # Square with '7' beneat minimize button
   - Calendar Dropdown > Rclick > New Calendar:
      - On the Network:
         - Type:     CalDAV
         - Location: http://your-baikal.com/cal.php/calendars/<username>/<calendarname>
                     # ex. http://your-baikal.com/cal.php/calendars/will/default
         - OfflineSupport:
http://your-baikal.com/cal.php/calendars/will/default
# Calendars to Add:
http://your-baikal/cal.php/calendars/will/default
http://your-baikal/cal.php/calendars/will/work
http://your-baikal/cal.php/calendars/will/birthdays
http://your-baikal/cal.php/calendars/will/anniversaries
http://your-baikal/cal.php/calendars/will/events
http://your-baikal/cal.php/calendars/will/holidays
http://your-baikal/cal.php/calendars/will/alexwork

# can always confirm at http://your-baikal/admin/index.php


So far, I have not been able to delete one of these calendars if it has not synchronized yet. The only way I have managed to do so successfully is deleting the entire profile.

Colours

# All colours in RGB
main:           245 235 24
work:           242 66 4
birthdays:      128 128 255
anniversaries:  213 213 255
events:         120 176 106
holidays:       185 218 139
alexwork:       197 162 226