|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmicrosoft.exchange.webservices.data.ComplexProperty
microsoft.exchange.webservices.data.CalendarEvent
public final class CalendarEvent
Represents an event in a calendar.
Constructor Summary | |
---|---|
protected |
CalendarEvent()
Initializes a new instance of the CalendarEvent class. |
Method Summary | |
---|---|
CalendarEventDetails |
getDetails()
Gets the details of the calendar event. |
java.util.Date |
getEndTime()
Gets the end date and time of the event. |
LegacyFreeBusyStatus |
getFreeBusyStatus()
Gets the free/busy status associated with the event. |
java.util.Date |
getStartTime()
Gets the start date and time of the event. |
protected boolean |
tryReadElementFromXml(microsoft.exchange.webservices.data.EwsServiceXmlReader reader)
Attempts to read the element at the reader's current position. |
Methods inherited from class microsoft.exchange.webservices.data.ComplexProperty |
---|
addOnChangeEvent, canSetFieldValue, changed, clearChangeEvents, clearChangeLog, func, getNamespace, internalValidate, loadFromXml, loadFromXml, readAttributesFromXml, readTextValueFromXml, removeChangeEvent, setNamespace, tryReadElementFromXmlToPatch, updateFromXml, updateFromXml, validate, writeAttributesToXml, writeElementsToXml, writeToXml, writeToXml |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected CalendarEvent()
Method Detail |
---|
public java.util.Date getStartTime()
public java.util.Date getEndTime()
public LegacyFreeBusyStatus getFreeBusyStatus()
public CalendarEventDetails getDetails()
protected boolean tryReadElementFromXml(microsoft.exchange.webservices.data.EwsServiceXmlReader reader) throws java.lang.Exception
tryReadElementFromXml
in class ComplexProperty
reader
- the reader
java.lang.Exception
- the exception
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |