Menu
- General Information
- Architecture :
- Services & Processes
- CookBooks
- Deployment
- Bundled Applications
- Source Code :
- Third-Party Setup :
- Polytech Staff Area :
This service is a basic reader for public calendars. It can read the content of a calendar (published using ICalendar format) over the internet and extract events (aka VEVENTs) defined inside it, following some predefined filters (now, today or all).
xsd:anyURI, xsd:dateTime & xsd:stringcalendarEvent: CalendarEvent.javaICalReaderException: CalendarException.java
Operations will throw a ICalReaderException fault if they encounter a problem at runtime.
calendarEvent[] getContent(xsd:anyURI url)url, and extract all events defined inside it.calendarEvent[] getToday(xsd:anyURI url)getContent, but extract only events for today.calendarEvent[] getNow(xsd:anyURI url)getToday, but only kept current elements (started and the not finished yet)