gecko-dev/calendar
mvl%exedo.nl 4b1849afc1 Make backups of ics files, just to be sure.
bug 307033, original patch by jminta, r=jminta
2005-09-16 19:33:24 +00:00
..
base (de)serialize alarms from/to ics. 2005-09-12 21:35:42 +00:00
import-export Do proper utf8 conversion when uploading and in import/export for ics calendars. 2005-09-12 20:33:08 +00:00
installer
libical make adding a duration be done in parts, instead of converting to seconds. 2005-09-01 19:21:16 +00:00
lightning Add another forgotten method stub to prevent pointless exceptions. No bug. 2005-09-16 19:07:06 +00:00
linux/icons/default
os2/icons/default
providers Make backups of ics files, just to be sure. 2005-09-16 19:33:24 +00:00
resources Bug 306644: All day events override view restrictions in day and week view. 2005-09-14 17:26:56 +00:00
sunbird Bug 307335 Large View Icons (Day View, Week View, etc.) don't have a clear pressed state. 2005-09-12 20:42:53 +00:00
test
windows/icons/default
xpi
.cvsignore
createBuildId.pl
INSTALL
install.js
install.rdf
Makefile.in Another try at disabling the xpi 2005-09-09 10:10:26 +00:00
README

Mozilla Calendar Readme
-----------------------

Directory Explanation:

resources/
	 content/ - This directory contains all the XUL and JS files needed for the calendar.
               /test      - Test files for the calendar. These are not needed to run it.
         locale/  - Where the text for the calendar ends up, as well as definitions for dates and date formats.
            en-US/
         skin/    - Graphics and CSS files defining the look of the calendar.
            modern/
               ca-event-dialog/ - Graphics and CSS files for the dialog which adds and edits events.
            classic/
               ca-event-dialog/ - Graphics and CSS files for the dialog which adds and edits events.
   
libxpical/ - An XPCOM interface to the libical library. This is needed to retreive and write calendar information to a file.