Class EmptyCal

java.lang.Object
  extended by EmptyCal

public class EmptyCal
extends java.lang.Object

Creates an empty iCalendar, without any events or todos. This is used as a default calendar in order to add new entries.


Constructor Summary
EmptyCal(java.lang.String file)
           
 
Method Summary
 net.fortuna.ical4j.model.Calendar getCalendar()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmptyCal

public EmptyCal(java.lang.String file)
Method Detail

getCalendar

public net.fortuna.ical4j.model.Calendar getCalendar()