
Sunbird and Lightning display the calendars in the order of their creation. There is no easy way to rearrange the order each appears but to delete and recreate them in order you like.
A quick 'grep' show that they are kept in a file 'storage.sdb' which is a SQLite database.
I found a Firefox add-on "SQLite Manager' and use it to view the database. Two tables of interest are 'cal_calendars' and 'cal_calendars_prefs'.
By manipulating the values of 'id' on 'cal_calendars' table and the corresponding values of 'calendar' on 'cal_calendars_prefs' table, I was able to rearrange the calendars.
Navigation
Search
Recent blog posts
- Installing OpenVPN on Ubuntu Natty
- apt-get remove old modules errors
- Cloning Drupal Sub-site
- GnuTLS error with FileZilla and vsftpd
- Installing grub on multiple drives
- Finding the fastest Debian repository
- Changing the console resolution in Grub2
- Lightning calendar plugin for x86_64
- Adding a CAPTCHA to a webform in Drupal
- Our High-Availability Setup

Comments
|
2011-08-24_11-23-32 -> 6c462a08cbd309fe8b2616ee3aa1023d :: 7ea0e65215cb2916c10b29fe078 http://www.kkoncepts.net/?7ea0e65215cb2916c10b29fe078,
Hi, I have Thunderbird and
Hi,
I have Thunderbird and Lightning 3.1.7 1.0b2.
In Lightning, I use 9 calendars, but in the database 'storage.sdb, I see nothing at all. I find the tables 'cal_calendars' (empty) and 'cal_calmgr_schema_version' (With just one record with value 11). I can not find table 'cal_calendars_prefs'.
Do you know if it's the same method with my versions?
XaV
My Thunderbird is 3.1.12 and
My Thunderbird is 3.1.12 and Lightning is 1.0b2. You may need to look at the storage.sdb in the Sunbird subdirectory.