Skip to content

Latest commit

 

History

History
78 lines (50 loc) · 1.92 KB

File metadata and controls

78 lines (50 loc) · 1.92 KB
title manager ms.date ms.audience ms.topic ms.service ms.technology ms.localizationpriority api_name api_type ms.assetid description
CalendarItemType
sethgros
09/17/2015
Developer
reference
office-online-server
ews
medium
CalendarItemType
schema
1feb0788-adf7-4a7c-830c-005214ad930f
The CalendarItemType element represents the type of a calendar item.

CalendarItemType

The CalendarItemType element represents the type of a calendar item.

<CalendarItemType/>

CalendarItemTypeType

Attributes and elements

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

Attributes

None.

Child elements

None.

Parent elements

Element Description
MeetingRequest
Represents a meeting in the Exchange store.
CalendarItem
Represents an Exchange calendar item.

Text value

A text value is required if this element is used. The following are the possible values for this element:

  • Single The item is not associated with a recurring calendar item.

  • Occurrence The item is an occurrence of a recurring calendar item.

  • Exception The item is an exception to a recurring calendar item.

  • RecurringMaster The item is master for a set of recurring calendar items.

Remarks

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
http://schemas.microsoft.com/exchange/services/2006/types
Schema name
Types schema
Validation file
Types.xsd
Can be empty
False

See also