Calendar:Dev Guide: Difference between revisions

m
Line 95: Line 95:


== SQLite ==
== SQLite ==
Sunbird/Lightning are now using the new mozStorage system to keep track of the majority of user-enterred information.  There are several tables stored in the database.  The tables concerning calendar locations and preferences are defined [http://lxr.mozilla.org/mozilla/source/calendar/base/src/calCalendarManager.js#119 here] and those concerning events in individual calendars are defined [http://lxr.mozilla.org/mozilla/source/calendar/providers/storage/calStorageCalendar.js#1922 here].
Sunbird/Lightning are now using the new [http://developer.mozilla.org/en/docs/mozStorage mozStorage] system to keep track of the majority of user-entered information.  There are several tables stored in the database.  The tables concerning calendar locations and preferences are defined [http://lxr.mozilla.org/mozilla/source/calendar/base/src/calCalendarManager.js#119 here] and those concerning events in individual calendars are defined [http://lxr.mozilla.org/mozilla/source/calendar/providers/storage/calStorageCalendar.js#1922 here].


== Providers ==
== Providers ==
278

edits