Warning: Cannot modify header information - headers already sent by (output started at /hermes/bosweb/web234/b2344/sl.harringtonweb/public_html/pmwiki2.php:2) in /hermes/bosweb/web234/b2344/sl.harringtonweb/public_html/pub/skins/simple/simple.php on line 39

Warning: Cannot modify header information - headers already sent by (output started at /hermes/bosweb/web234/b2344/sl.harringtonweb/public_html/pmwiki2.php:2) in /hermes/bosweb/web234/b2344/sl.harringtonweb/public_html/pmwiki2.php on line 866
Harrington Web : Brian - Java Calendar

Home > Projects > Java Calendar


This class makes it easy to generate simple iCalendar files for iCal, Mozilla Calendar, and Microsoft Outlook Calendar.

Example of Use

Writer out=getWriterToSendContent();
iCal cal=new iCal("Name of Calendar");
cal.addEvent(new Date(start), new Date(start+duration), "Description of event.");
... Add other events ...
cal.write(out);
out.close();

Download

 
Page last modified on June 18, 2006, at 11:02 PM.