| Package | Description |
|---|---|
| org.bedework.caldav.server.sysinterface |
| Modifier and Type | Method and Description |
|---|---|
static SysIntf.IcalResultType |
SysIntf.IcalResultType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SysIntf.IcalResultType[] |
SysIntf.IcalResultType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
SysiIcalendar |
SysIntf.fromIcal(CalDAVCollection col,
ietf.params.xml.ns.icalendar_2.IcalendarType ical,
SysIntf.IcalResultType rtype)
Convert the Icalendar object to a Collection of Calendar objects
|
SysiIcalendar |
SysIntf.fromIcal(CalDAVCollection col,
Reader rdr,
String contentType,
SysIntf.IcalResultType rtype,
boolean mergeAttendees)
Convert the Icalendar reader to a Collection of Calendar objects
|
Copyright © 2018 Bedework. All rights reserved.