Class XmlIcalConvert
- java.lang.Object
-
- org.bedework.synch.cnctrs.exchange.XmlIcalConvert
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classXmlIcalConvert.ItemTypestatic classXmlIcalConvert.TzStuff
-
Field Summary
-
Fields inherited from interface org.bedework.synch.intf.Defs
xpMSEndTzid, xpMSLastmod, xpMSPrefix, xpMSStartTzid, xpMSTzid
-
-
Constructor Summary
Constructors Constructor Description XmlIcalConvert(org.bedework.util.calendar.XcalUtil.TzGetter tzGetter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.bedework.util.logging.BwLoggergetLogger()XmlIcalConvert.TzStuffgetTz(com.microsoft.schemas.exchange.services._2006.types.TimeZoneDefinitionType tzdef, String extzid)ietf.params.xml.ns.icalendar_2.IcalendarTypetoXml(com.microsoft.schemas.exchange.services._2006.types.CalendarItemType cal)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.bedework.util.logging.Logged
audit, debug, debug, enableAuditLogger, enableErrorLogger, enableMetricsLogger, error, error, error, getLogLevel, info, isAuditLoggerEnabled, isErrorLoggerEnabled, isMetricsDebugEnabled, isMetricsLoggerEnabled, metrics, setLoggerClass, setLoggerClass, trace, trace, warn
-
-
-
-
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
-
getTz
public XmlIcalConvert.TzStuff getTz(com.microsoft.schemas.exchange.services._2006.types.TimeZoneDefinitionType tzdef, String extzid) throws SynchException
- Parameters:
tzdef-extzid-- Returns:
- tz stuff
- Throws:
SynchException
-
getLogger
public org.bedework.util.logging.BwLogger getLogger()
- Specified by:
getLoggerin interfaceorg.bedework.util.logging.Logged
-
-