C G I P S

C

clear() - Method in class guru.ical4p.ICal
clear the events Set
compareTo(Object) - Method in class guru.ical4p.ICalEvent
compares two ICalEvent objects and compares the start date

G

getDurInMin() - Method in class guru.ical4p.ICalEvent
 
getEnd() - Method in class guru.ical4p.ICalEvent
 
getEvents() - Method in class guru.ical4p.ICal
 
getStart() - Method in class guru.ical4p.ICalEvent
 
getSummary() - Method in class guru.ical4p.ICalEvent
 
guru.ical4p - package guru.ical4p
 

I

ICal - Class in guru.ical4p
ICal Parser class that parses an ics file and exports the events in a HashSet.
ICal() - Constructor for class guru.ical4p.ICal
 
ICalEvent - Class in guru.ical4p
Wrapper class for VEVENT-Structures in a ical file
ICalEvent() - Constructor for class guru.ical4p.ICalEvent
Empty contstuctor;
ICalEvent(String, Date, Date) - Constructor for class guru.ical4p.ICalEvent
full contstructor
ICalException - Exception in guru.ical4p
RuntimeException for the ical4p package.
ICalException() - Constructor for exception guru.ical4p.ICalException
 
ICalException(String) - Constructor for exception guru.ical4p.ICalException
 
ICalException(Throwable) - Constructor for exception guru.ical4p.ICalException
 
ICalException(String, Throwable) - Constructor for exception guru.ical4p.ICalException
 

P

parse(InputStream) - Method in class guru.ical4p.ICal
parses a ical file.
parse(String) - Method in class guru.ical4p.ICal
parses a ical file.

S

setEnd(Date) - Method in class guru.ical4p.ICalEvent
 
setStart(Date) - Method in class guru.ical4p.ICalEvent
 
setSummary(String) - Method in class guru.ical4p.ICalEvent
 

C G I P S