guru.ical4p
Class ICal

java.lang.Object
  extended by guru.ical4p.ICal

public class ICal
extends java.lang.Object

ICal Parser class that parses an ics file and exports the events in a HashSet.

Author:
guru

Constructor Summary
ICal()
           
 
Method Summary
 void clear()
          clear the events Set
 java.util.Set getEvents()
           
 void parse(java.io.InputStream in)
          parses a ical file.
 void parse(java.lang.String calendar)
          parses a ical file.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ICal

public ICal()
Method Detail

parse

public void parse(java.io.InputStream in)
parses a ical file. calendar is the filename containing the ical data.


parse

public void parse(java.lang.String calendar)
parses a ical file. calendar is the filename containing the ical data.


clear

public void clear()
clear the events Set


getEvents

public java.util.Set getEvents()