| Package | Description |
|---|---|
| org.jasig.portlet.calendar.adapter |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCalendarAdapter
AbstractCalendarAdapter provides a base representation of a calendar adapter, without any
implementation-specfic functionality.
|
class |
CalDavCalendarAdapter
Implementation of
ICalendarAdapter that uses CalDAV for retrieving ical-based CalendarEventSets. |
class |
ConfigurableFileCalendarAdapter |
class |
ConfigurableHttpCalendarAdapter<T>
Implementation of
ICalendarAdapter that uses Commons HttpClient for retrieving CalendarEventSets. |
class |
CoursesCalendarAdapter
Implementation of
ICalendarAdapter that creates a
single calendar in a CalendarEventSet using data from
a user's courses for the term. |
class |
ExchangeCalendarAdapter
Queries Exchange Web Services API for calendar events.
|
| Modifier and Type | Method and Description |
|---|---|
net.fortuna.ical4j.model.Calendar |
CalendarEventsDao.getCalendar(ICalendarAdapter adapter,
CalendarConfiguration calendarConfig,
org.joda.time.Interval interval,
javax.portlet.PortletRequest request) |
Set<CalendarDisplayEvent> |
CalendarEventsDao.getEvents(ICalendarAdapter adapter,
CalendarConfiguration calendar,
org.joda.time.Interval interval,
javax.portlet.PortletRequest request,
org.joda.time.DateTimeZone usersConfiguredDateTimeZone)
Obtains the calendar events from the adapter and returns timezone-adjusted events within the
requested interval.
|
Copyright © 2019 Apereo. All rights reserved.