Package org.bedework.convert.ical
Class BwFreeBusyUtil
java.lang.Object
org.bedework.convert.ical.IcalUtil
org.bedework.convert.ical.BwFreeBusyUtil
Class to provide utility methods for translating to BwFreeBusy from ical4j classes
- Author:
- Mike Douglass douglm rpi.edu
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic EventInfotoFreeBusy(IcalCallback cb, net.fortuna.ical4j.model.component.VFreeBusy val) 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
-
BwFreeBusyUtil
public BwFreeBusyUtil()
-
-
Method Details
-
toFreeBusy
public static EventInfo toFreeBusy(IcalCallback cb, net.fortuna.ical4j.model.component.VFreeBusy val) throws CalFacadeException - Parameters:
cb-val-- Returns:
- BwFreeBusy
- Throws:
CalFacadeException
-