| Interface | Description |
|---|---|
| ICalendarAdapter |
ICalendarAdapter defines an interface for retrieving calendar event data.
|
| Class | Description |
|---|---|
| AbstractCalendarAdapter |
AbstractCalendarAdapter provides a base representation of a calendar
adapter, without any implementation-specfic functionality.
|
| CalDavCalendarAdapter |
Implementation of
ICalendarAdapter that uses CalDAV
for retrieving ical-based CalendarEventSets. |
| CalendarEventsDao | |
| CalendarEventSet |
CalendarEventSet represents a set of cacheable calendar events.
|
| ConfigurableFileCalendarAdapter | |
| ConfigurableHttpCalendarAdapter<T> |
Implementation of
ICalendarAdapter that uses Commons HttpClient
for retrieving CalendarEventSets. |
| CoursesCalendarAdapter |
Implementation of
ICalendarAdapter that creates
a single calendar in a CalendarEventSet using data
from a user's courses for the term. |
| ExchangeCalendarAdapter |
Queries Exchange Web Services API for calendar events.
|
| Exception | Description |
|---|---|
| CalendarException |
CalendarException represents a generic Calendar exception.
|
| CalendarLinkException |
CalendarLinkException represents an exception related to
calendar hyper links.
|
| UserFeedbackCalendarException |
Specialized
CalendarException subclass that carries a user-facing
message payload. |
Copyright © 2016 Apereo. All Rights Reserved.