Uses of Class
org.bedework.caldav.server.SysiIcalendar
-
Packages that use SysiIcalendar Package Description org.bedework.caldav.server org.bedework.caldav.server.sysinterface -
-
Uses of SysiIcalendar in org.bedework.caldav.server
Methods in org.bedework.caldav.server that return SysiIcalendar Modifier and Type Method Description SysiIcalendarRequestPars. getIcalendar()Methods in org.bedework.caldav.server with parameters of type SysiIcalendar Modifier and Type Method Description voidRequestPars. setIcalendar(SysiIcalendar val) -
Uses of SysiIcalendar in org.bedework.caldav.server.sysinterface
Methods in org.bedework.caldav.server.sysinterface that return SysiIcalendar Modifier and Type Method Description SysiIcalendarSysIntf. fromIcal(CalDAVCollection<?> col, ietf.params.xml.ns.icalendar_2.IcalendarType ical, SysIntf.IcalResultType rtype)Convert the Icalendar object to a Collection of Calendar objectsSysiIcalendarSysIntf. fromIcal(CalDAVCollection<?> col, Reader rdr, String contentType, SysIntf.IcalResultType rtype, boolean mergeAttendees)Convert the Icalendar reader to a Collection of Calendar objects
-