Class XmlIcalConvert

  • All Implemented Interfaces:
    Defs, org.bedework.util.logging.Logged

    public class XmlIcalConvert
    extends Object
    implements org.bedework.util.logging.Logged, Defs
    This class manages conversions to and from Xml ICalendar to Exchange.
    Author:
    Mike Douglass
    • Constructor Detail

      • XmlIcalConvert

        public XmlIcalConvert​(org.bedework.util.calendar.XcalUtil.TzGetter tzGetter)
    • Method Detail

      • toXml

        public ietf.params.xml.ns.icalendar_2.IcalendarType toXml​(com.microsoft.schemas.exchange.services._2006.types.CalendarItemType cal)
                                                           throws SynchException
        Parameters:
        cal -
        Returns:
        Icalendar
        Throws:
        SynchException
      • getLogger

        public org.bedework.util.logging.BwLogger getLogger()
        Specified by:
        getLogger in interface org.bedework.util.logging.Logged