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 void
deleteICal(String icalId)
void
deleteICal(ICal ical)
Properties
getICalProviders()
static CalendarService
getInstance(ContentContext ctx)
List<ICal>
loadICals(int year, int month)
void
setICalProviders(ContentContext ctx, String providers)
void
store(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
-
-