Package org.apache.camel.component.ical
Class ICalConverter
java.lang.Object
org.apache.camel.component.ical.ICalConverter
ICal related converter.
-
Method Summary
Modifier and TypeMethodDescriptionstatic DatetoDate(net.fortuna.ical4j.model.property.DateProperty property) static InstanttoInstant(net.fortuna.ical4j.model.property.DateProperty property) static ByteArrayInputStreamtoStream(net.fortuna.ical4j.model.Calendar calendar, org.apache.camel.Exchange exchange)
-
Method Details
-
toDate
-
toInstant
-
toStream
@Converter public static ByteArrayInputStream toStream(net.fortuna.ical4j.model.Calendar calendar, org.apache.camel.Exchange exchange) throws UnsupportedEncodingException - Throws:
UnsupportedEncodingException
-