|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectmicrosoft.exchange.webservices.data.property.complex.ComplexProperty
microsoft.exchange.webservices.data.property.complex.availability.CalendarEvent
public final class CalendarEvent
Represents an event in a calendar.
| Constructor Summary | |
|---|---|
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. |
boolean |
tryReadElementFromXml(EwsServiceXmlReader reader)
Attempts to read the element at the reader's current position. |
| Methods inherited from class microsoft.exchange.webservices.data.property.complex.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 |
|---|
public CalendarEvent()
| Method Detail |
|---|
public Date getStartTime()
public Date getEndTime()
public LegacyFreeBusyStatus getFreeBusyStatus()
public CalendarEventDetails getDetails()
public boolean tryReadElementFromXml(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 | |||||||||