OBM Mozilla Calendar is a free connector for synchronisation of Mozilla Thunderbird extended by Mozilla Lightning, with OBM.
The connector synchronize PIM data with OBM server :
OBM Mozilla Calendar works with Mozilla Thunderbird 1.5, 2.0.*, 3.0.* and Mozilla Lightning :
You can download it from svn :
The connector is versioned as 2.x.y
The connector is compatible with :
You need to fill some settings to use the connector in preference window (Tools/Options/OBM tab/Server button) :
| Settings | Comment | Sample |
|---|---|---|
| Sync server location | obm-sync server url | https://myserver/obm-sync/services |
| OBM server location | obm-ui server url used by “Calendar” button to open OBM in default browser | https://myserver |
| User | user login | john.do@domain.org |
| Password | user password | *** |
OBM Connector set some preferences :
| Pref name | Type | Values | Comment |
|---|---|---|---|
| extensions.obm.addressbooks | string | “users,contacts” or “users” or “contacts” | addressbooks to sync |
| extensions.obm.addressbooks.users | string | “OBM - Utilisateurs” | name of users addressbook |
| extensions.obm.addressbooks.contacts | string | “OBM - Contacts” | name of contacts addressbook |
| extensions.obm.calEvents.is_sync_enabled | boolean | true or false | enable/disable calendar sync |
| extensions.obm.calTasks.is_sync_enabled | boolean | true or false | enable/disable task sync (currently task sync is not supported) |
| extensions.obm.addressbooks.is_sync_enabled | boolean | true or false | enable/disable contacts sync |
| extensions.obm.singleCalendar | boolean | true or false | allow user to sync other calendars |
| extensions.obm.sso | boolean | true or false | use sso to open web calendar |
| extensions.obm.rest | boolean | true or false | false: sync with OBM 2.1.x sync server, true: sync with OBM 2.2.x sync server |
| extensions.obm.log.level | integer | 0, 1, 2, 3 or -1 | log level of extension (logs are saved in tmp/obm-connector-log.txt) : DEBUG_LEVEL=0, NOTICE_LEVEL=1, WARNING_LEVEL=2, ERROR_LEVEL=3, ALL_LEVELS=-1 |
Check out the development branch :
svn co http://svn.obm.org/svn/obm-mozilla-calendar/trunk obm-mozilla-calendar-trunk
The extension use the Mozilla build system. Follow build documentation here.