Changes between Version 2 and Version 3 of ApertureIcalCrawler


Ignore:
Timestamp:
07/06/06 17:00:35 (18 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ApertureIcalCrawler

    v2 v3  
    66A good testcase would be to import a few simple non-reoccurring events from google calendar.  
    77 
     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 
    816== Relevant resources == 
    917 
     
    1220 * 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.  
    1321 * 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 
    1423 
    1524