StartTime

The StartTime element represents the start of a time span.

<StartTime/

dateTime

Attributes and elements

The following sections describe attributes, child elements, and parent elements.

Attributes

None.

Child elements

None.

Parent elements

Element Description
TimeWindow
Identifies the time span queried for the user availability information.

The following is the XPath expression to this element:

/GetUserAvailabilityRequest/FreeBusyViewOptions/TimeWindow
DetailedSuggestionsWindow
Identifies the time span that is queried for detailed information about suggested meeting times.

The following is the XPath expression to this element:

/GetUserAvailabilityRequest/SuggestionViewOptions/DetailedSuggestionsWindow
Duration (UserOofSettings)
Specifies the duration for which the Out of Office (OOF) status is enabled if the OofState element is set to Scheduled.

The following are the possible XPath expressions to this element:

/SetUserOofSettingsRequest/UserOofSettings/Duration

/GetUserOofSettingsResponse/OofSettings/Duration
CalendarEvent
Represents a unique calendar item occurrence. This is used for Availability inquiries. The StartTime element is required in the CalendarEvent element. The StartTime element in the CalendarEvent element is unique to the CalendarEvent type although it contains the same facet values that the StartTime elements in the Duration type contain.

The following is the XPath expression to this element:

/GetUserAvailabilityResponse/FreeBusyResponseArray/FreeBusyResponse/FreeBusyView/CalendarEventArray/CalendarEvent[i]

Text value

A text value is required.

Remarks

The EndTime element represents the end of the time span.

The schema includes many StartTime elements.

Note

The schema that describes this element is located in the EWS virtual directory of the computer that is running MicrosoftExchange Server 2007 that has the Client Access server role installed.

Element information

Element Example
Namespace
https://schemas.microsoft.com/exchange/services/2006/types
Schema Name
Types schema
Validation File
Types.xsd
Can be Empty
False

See also