1
edit
m (→SQLite) |
m (→Sunbird) |
||
Line 25: | Line 25: | ||
See also the backend [http://lxr.mozilla.org/mozilla/source/calendar/base/public/calICalendarManager.idl calCalendarManager interface]. | See also the backend [http://lxr.mozilla.org/mozilla/source/calendar/base/public/calICalendarManager.idl calCalendarManager interface]. | ||
==== Sunbird ==== | ==== Sunbird ==== | ||
Within Sunbird, all of the calendars that the user subscribes to are placed in a listbox within a tab in the upper-left of the display (as specified in [http://lxr.mozilla.org/mozilla/source/calendar/resources/content/calendar.xul calendar.xul]). The code | Within Sunbird, all of the calendars that the user subscribes to are placed in a listbox within a tab in the upper-left of the display (as specified in [http://lxr.mozilla.org/mozilla/source/calendar/resources/content/calendar.xul calendar.xul]). The code that builds this listbox, as well as other related code (such as the code that controls calendar colors) may be found in [http://lxr.mozilla.org/mozilla/source/calendar/resources/content/calendarManagement.js calendarManagement.js]. The previously used [http://lxr.mozilla.org/mozilla/source/calendar/resources/content/calendarManager.js calendarManager.js] is now obsolete and not packaged with any current builds. It will likely be removed from CVS soon. | ||
==== Lightning ==== | ==== Lightning ==== |
edit