Uses of Class
de.xima.fc.appointment.AppointmentIcalException
Packages that use AppointmentIcalException
Package
Description
Package for the API access of the model classes.
-
Uses of AppointmentIcalException in de.xima.fc.api.entity
Methods in de.xima.fc.api.entity that throw AppointmentIcalExceptionModifier and TypeMethodDescriptionAppointmentTemplateAPI.executeIcalQuery
(UserContext uc, IAppointmentIcalQueryParams params) Finds all available appointments for the given appointment template, and returns and iCal file. -
Uses of AppointmentIcalException in de.xima.fc.appointment
Methods in de.xima.fc.appointment that throw AppointmentIcalExceptionModifier and TypeMethodDescriptionIcalQueryExecutor.executeQuery
(Context ctx, IAppointmentIcalQueryParams params, Instant now) Performs an iCal query and returns an iCal file.IcalQueryExecutor.executeQuery
(Locale locale, AppointmentTemplate template, List<Appointment> appointments, String sourceUrl) Creates an iCal file from the given appointments. -
Uses of AppointmentIcalException in de.xima.fc.handler.entity
Methods in de.xima.fc.handler.entity that throw AppointmentIcalExceptionModifier and TypeMethodDescriptionAppointmentTemplateHandler.executeIcalQuery
(UserContext uc, IAppointmentIcalQueryParams params) -
Uses of AppointmentIcalException in de.xima.fc.handler.interfaces.entity
Methods in de.xima.fc.handler.interfaces.entity that throw AppointmentIcalExceptionModifier and TypeMethodDescriptionIAppointmentTemplateHandler.executeIcalQuery
(UserContext uc, IAppointmentIcalQueryParams params) Finds all available appointments for the given appointment template, and returns and iCal file.