Boltning
is a thunderbird calendar addon to make it easier to use CalDAV calendars, Lightning. This addon is still
under development and should not be used for a productive use case at the moment!
- Extract calendars & colors automatically from caldav accounts
- Dayly, Weekly and Monthly view
- Multiweek view selectable by range
- Sidebar to show upcoming events, that is filterable!
Until there is an official release from Boltning
, you can checkout the git to use Boltning
.
It works in conjunction with Lightning, so no need to uninstall it!
- Go to your thunderbird's profile directory:
C:/Users/<user>/Appdata/Roaming/Thunderbird/Profiles/<profile>/
<profile>
usually ends with .default
- Go to your
extensions
directory - Checkout the git repository into a directory named
[email protected]
- Go to your thunderbird's profile directory:
~/.thunderbird/<profile>/
<profile>
usually ends with .default
- You can checkout the git to any location.
- The easiest is to checkout the git into a directory named
[email protected]
directory into theextensions
directory. - You can also checkout git to a common location e.g.
~/git/
and link in the directory. Just make sure you name the target directory exactly[email protected]
:ln -s -T ~/git/boltning [email protected]