public final class CalendarEventDetails extends ComplexProperty
Modifier | Constructor and Description |
---|---|
protected |
CalendarEventDetails()
Initializes a new instance of the CalendarEventDetails class.
|
Modifier and Type | Method and Description |
---|---|
String |
getLocation()
Gets the location of the calendar event.
|
String |
getStoreId()
Gets the store Id of the calendar event.
|
String |
getSubject()
Gets the subject of the calendar event.
|
boolean |
isException()
Gets a value indicating whether the calendar event is an exception in a
recurring series.
|
boolean |
isMeeting()
Gets a value indicating whether the calendar event is a meeting.
|
boolean |
isPrivate()
Gets a value indicating whether the calendar event is private.
|
boolean |
isRecurring()
Gets a value indicating whether the calendar event is recurring.
|
boolean |
isReminderSet()
Gets a value indicating whether the calendar event has a reminder set.
|
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
protected CalendarEventDetails()
public boolean tryReadElementFromXml(EwsServiceXmlReader reader) throws Exception
tryReadElementFromXml
in class ComplexProperty
reader
- the readerException
- the exceptionpublic String getStoreId()
public String getSubject()
public String getLocation()
public boolean isMeeting()
public boolean isRecurring()
public boolean isException()
public boolean isReminderSet()
public boolean isPrivate()
Copyright © 2012–2015 Microsoft. All rights reserved.