public final class CalendarEvent extends ComplexProperty
Constructor and Description |
---|
CalendarEvent()
Initializes a new instance of the CalendarEvent class.
|
Modifier and Type | Method and Description |
---|---|
CalendarEventDetails |
getDetails()
Gets the details of the calendar event.
|
Date |
getEndTime()
Gets the end date and time of the event.
|
LegacyFreeBusyStatus |
getFreeBusyStatus()
Gets the free/busy status associated with the event.
|
Date |
getStartTime()
Gets the start date and time of the event.
|
boolean |
tryReadElementFromXml(EwsServiceXmlReader reader)
Attempts to read the element at the reader's current position.
|
addOnChangeEvent, canSetFieldValue, changed, clearChangeEvents, clearChangeLog, func, getNamespace, internalValidate, loadFromXml, loadFromXml, readAttributesFromXml, readTextValueFromXml, removeChangeEvent, setNamespace, tryReadElementFromXmlToPatch, updateFromXml, updateFromXml, validate, writeAttributesToXml, writeElementsToXml, writeToXml, writeToXml
public CalendarEvent()
public Date getStartTime()
public Date getEndTime()
public LegacyFreeBusyStatus getFreeBusyStatus()
public CalendarEventDetails getDetails()
public boolean tryReadElementFromXml(EwsServiceXmlReader reader) throws Exception
tryReadElementFromXml
in class ComplexProperty
reader
- the readerException
- the exceptionCopyright © 2012–2015 Microsoft. All rights reserved.