Uses of Class
org.bedework.convert.Icalendar
Packages that use Icalendar
-
Uses of Icalendar in org.bedework.convert
Methods in org.bedework.convert that return IcalendarModifier and TypeMethodDescriptionIcalTranslator.fromIcal(BwCalendar col, ietf.params.xml.ns.icalendar_2.IcalendarType ical) Convert the Icalendar object to a Collection of Calendar objectsIcalTranslator.fromIcal(BwCalendar col, Reader rdr) Convert the Icalendar reader to a Collection of Calendar objectsIcalTranslator.fromIcal(BwCalendar col, Reader rdr, String contentType, boolean mergeAttendees) Convert the Icalendar reader to a Collection of Calendar objects.Methods in org.bedework.convert with parameters of type IcalendarModifier and TypeMethodDescriptionstatic org.bedework.util.misc.response.GetEntityResponse<CnvUtil.RetrievedEvents>CnvUtil.retrieveEvent(IcalCallback cb, String uid, String rid, int entityType, BwCalendar col, Icalendar ical, String startDate, String timeZone, org.bedework.util.logging.BwLogger logger) -
Uses of Icalendar in org.bedework.convert.ical
Methods in org.bedework.convert.ical with parameters of type IcalendarModifier and TypeMethodDescriptionstatic org.bedework.util.misc.response.GetEntityResponse<EventInfo>Ical2BwEvent.toEvent(IcalCallback cb, BwCalendar cal, Icalendar ical, net.fortuna.ical4j.model.Component val, boolean mergeAttendees) We are going to try to construct a BwEvent object from a VEvent. -
Uses of Icalendar in org.bedework.convert.jscal
Methods in org.bedework.convert.jscal that return IcalendarModifier and TypeMethodDescriptionJSCalTranslator.fromIcal(BwCalendar col, Reader rdr, String contentType, boolean mergeAttendees) Methods in org.bedework.convert.jscal with parameters of type IcalendarModifier and TypeMethodDescriptionstatic org.bedework.util.misc.response.GetEntityResponse<EventInfo>JsCal2BwEvent.toEvent(IcalCallback cb, org.bedework.jsforj.model.JSCalendarObject val, BwCalendar col, Icalendar ical)