Uses of Class
org.apache.openmeetings.service.calendar.caldav.IcalUtils
Packages that use IcalUtils
-
Uses of IcalUtils in org.apache.openmeetings.service.calendar.caldav.handler
Fields in org.apache.openmeetings.service.calendar.caldav.handler declared as IcalUtilsConstructors in org.apache.openmeetings.service.calendar.caldav.handler with parameters of type IcalUtilsModifierConstructorDescriptionprotected
AbstractCalendarHandler
(String path, OmCalendar calendar, org.apache.http.client.HttpClient client, org.apache.http.client.protocol.HttpClientContext context, AppointmentDao appointmentDao, IcalUtils utils) CtagHandler
(String path, OmCalendar calendar, org.apache.http.client.HttpClient client, org.apache.http.client.protocol.HttpClientContext context, AppointmentDao appointmentDao, IcalUtils utils) EtagsHandler
(String path, OmCalendar calendar, org.apache.http.client.HttpClient client, org.apache.http.client.protocol.HttpClientContext context, AppointmentDao appointmentDao, IcalUtils utils) MultigetHandler
(List<String> hrefs, boolean onlyEtag, String path, OmCalendar calendar, org.apache.http.client.HttpClient client, org.apache.http.client.protocol.HttpClientContext context, AppointmentDao appointmentDao, IcalUtils utils) MultigetHandler
(List<String> hrefs, String path, OmCalendar calendar, org.apache.http.client.HttpClient client, org.apache.http.client.protocol.HttpClientContext context, AppointmentDao appointmentDao, IcalUtils utils) WebDAVSyncHandler
(String path, OmCalendar calendar, org.apache.http.client.HttpClient client, org.apache.http.client.protocol.HttpClientContext context, AppointmentDao appointmentDao, IcalUtils utils)