Package org.javlo.service.calendar
Class CalendarService
- java.lang.Object
-
- org.javlo.service.calendar.CalendarService
-
public class CalendarService extends Object
-
-
Constructor Summary
Constructors Constructor Description CalendarService()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddeleteICal(String icalId)voiddeleteICal(ICal ical)PropertiesgetICalProviders()static CalendarServicegetInstance(ContentContext ctx)List<ICal>loadICals(int year, int month)voidsetICalProviders(ContentContext ctx, String providers)voidstore(ICal ical)
-
-
-
Field Detail
-
folder
protected File folder
-
-
Method Detail
-
getInstance
public static CalendarService getInstance(ContentContext ctx) throws IOException
- Throws:
IOException
-
setICalProviders
public void setICalProviders(ContentContext ctx, String providers) throws Exception
- Throws:
Exception
-
getICalProviders
public Properties getICalProviders() throws IOException
- Throws:
IOException
-
-