Changes between Version 2 and Version 3 of ApertureIcalCrawler
- Timestamp:
- 07/06/06 17:00:35 (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ApertureIcalCrawler
v2 v3 6 6 A good testcase would be to import a few simple non-reoccurring events from google calendar. 7 7 8 == Steps == 9 * Checkout aperture from the sourceforge CVS (always use latest cvs) 10 * create a new package in this code for ICAL 11 * read the tutorials: 12 * http://aperture.sourceforge.net/tutorial/architecture.html 13 * http://aperture.sourceforge.net/tutorial/crawlers.html 14 * copy/paste code from the filesystem crawler or any other crawler you find useful 15 8 16 == Relevant resources == 9 17 … … 12 20 * RDFIcal - http://www.w3.org/2002/12/cal/ - the html is old, but there is lots of new code (and schemas) - asking in SWIG for details. 13 21 * JICAL - http://jical.sourceforge.net/ has at least a partial java implementation of ical.. 22 * aperture - http://aperture.sourceforge.net/ - the aperture project to create the crawler for 14 23 15 24