Package org.bedework.convert.ical
Class VFreeUtil
java.lang.Object
org.bedework.convert.ical.IcalUtil
org.bedework.convert.ical.VFreeUtil
- Author:
- Mike Douglass douglm rpi.edu
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic net.fortuna.ical4j.model.component.VFreeBusytoVFreeBusy(BwEvent val) Make a VFreeBusy object from a BwFreeBusy.Methods inherited from class org.bedework.convert.ical.IcalUtil
addParameter, addProperty, addXproperty, getAltRep, getAttachment, getAttendee, getDurationRepeat, getLang, getOptStr, getOptStr, getOrganizer, getParameter, getParameterVal, getProperties, getProperty, getReqStr, getReqStrs, getTrigger, getVlocations, getVoter, getXcomp, initAttendeeVoter, makeDateTime, makeDateTimes, makeDtEnd, makeDtEnd, makeDue, makeXparlist, parseParticipants, parseVpollCandidates, parseVpollVoters, setAttachment, setAttendee, setDates, setOrganizer, setVoter, toVlocation, xpropertiesToIcal
-
Constructor Details
-
VFreeUtil
public VFreeUtil()
-
-
Method Details
-
toVFreeBusy
Make a VFreeBusy object from a BwFreeBusy.- Parameters:
val- event- Returns:
- VFreeBusy
- Throws:
RuntimeException- on fatal error
-