gecko-dev/calendar
pavlov%pavlov.net d003e3de03 adding attachment support (not enabled currently)
work on all day events
lots of code removal
2004-12-16 21:28:00 +00:00
..
base fix toString() to print the correct month r=vlad 2004-12-16 21:18:00 +00:00
installer Bug 272151: reorganize files within layout, r+sr=roc 2004-12-08 19:41:48 +00:00
libxpical Checked in patch for bug 254865: crash if I try to add new event or task 2004-12-06 15:03:32 +00:00
linux/icons/default
mac
os2/icons/default
providers initial .ics file based calender provider 2004-12-15 20:18:48 +00:00
resources adding attachment support (not enabled currently) 2004-12-16 21:28:00 +00:00
sunbird Checked in images from attachment 168797 for bug 274783: 2004-12-16 15:03:22 +00:00
windows/icons/default
.cvsignore
createBuildId.pl
INSTALL
install.js Added ca-AD and tr-TR to the dist 2004-10-29 19:39:38 +00:00
install.rdf Bumped up version from 0.8+ to 0.8.1+ 2004-11-04 16:05:52 +00:00
Makefile.in added base/providers to calendar Makefile.in 2004-11-29 23:40:29 +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.