|
|||||||||
| 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. |
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. |
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, getNamespace, internalValidate, loadFromXml, loadFromXml, readAttributesFromXml, readTextValueFromXml, removeChangeEvent, setNamespace, 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 Date getStartTime()
public Date getEndTime()
public LegacyFreeBusyStatus getFreeBusyStatus()
public CalendarEventDetails getDetails()
protected boolean tryReadElementFromXml(microsoft.exchange.webservices.data.EwsServiceXmlReader reader)
throws Exception
tryReadElementFromXml in class ComplexPropertyreader - the reader
Exception - the exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||