public class IcalToXcal extends Object
| Constructor and Description |
|---|
IcalToXcal() |
| Modifier and Type | Method and Description |
|---|---|
static ietf.params.xml.ns.icalendar_2.RecurType |
doRecur(net.fortuna.ical4j.model.Recur r)
Build recurring properties from ical recurrence.
|
static ietf.params.xml.ns.icalendar_2.IcalendarType |
fromIcal(net.fortuna.ical4j.model.Calendar cal,
ietf.params.xml.ns.icalendar_2.BaseComponentType pattern,
boolean wrapXprops) |
static ietf.params.xml.ns.icalendar_2.IcalendarType |
fromIcal(net.fortuna.ical4j.model.Calendar cal,
ietf.params.xml.ns.icalendar_2.BaseComponentType pattern,
boolean doTimezones,
boolean wrapXprops) |
static void |
processProperties(net.fortuna.ical4j.model.PropertyList icprops,
ietf.params.xml.ns.icalendar_2.BaseComponentType comp,
ietf.params.xml.ns.icalendar_2.BaseComponentType pattern,
boolean wrapXprops) |
static JAXBElement |
toComponent(net.fortuna.ical4j.model.Component val,
ietf.params.xml.ns.icalendar_2.BaseComponentType pattern,
boolean wrapXprops)
Make a BaseComponentType component from an ical4j object.
|
public static ietf.params.xml.ns.icalendar_2.IcalendarType fromIcal(net.fortuna.ical4j.model.Calendar cal,
ietf.params.xml.ns.icalendar_2.BaseComponentType pattern,
boolean wrapXprops)
throws Throwable
cal - pattern - - allows specification of a subset to be returned.Throwablepublic static ietf.params.xml.ns.icalendar_2.IcalendarType fromIcal(net.fortuna.ical4j.model.Calendar cal,
ietf.params.xml.ns.icalendar_2.BaseComponentType pattern,
boolean doTimezones,
boolean wrapXprops)
throws Throwable
cal - pattern - doTimezones - Throwablepublic static JAXBElement toComponent(net.fortuna.ical4j.model.Component val, ietf.params.xml.ns.icalendar_2.BaseComponentType pattern, boolean wrapXprops) throws Throwable
val - pattern - - if non-null limit returned components and values to those
supplied in the pattern.Throwablepublic static void processProperties(net.fortuna.ical4j.model.PropertyList icprops,
ietf.params.xml.ns.icalendar_2.BaseComponentType comp,
ietf.params.xml.ns.icalendar_2.BaseComponentType pattern,
boolean wrapXprops)
throws Throwable
icprops - comp - pattern - ThrowableCopyright © 2016 Bedework. All rights reserved.