Documentation

CalendarEvent extends Type
in package

Represents a unique calendar item occurrence.

Table of Contents

Properties

$BusyType  : string
Represents the free/busy status set for a calendar event.
$CalendarEventDetails  : CalendarEventDetails
Provides additional information for a calendar event.
$EndTime  : string
Represents the end of a calendar event.
$StartTime  : string
Represents the start of a calendar event.

Methods

__clone()  : mixed
Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.

Properties

$BusyType

Represents the free/busy status set for a calendar event.

public string $BusyType

This property is required.

Tags
since

Exchange 2007

see
LegacyFreeBusyType

$CalendarEventDetails

Provides additional information for a calendar event.

public CalendarEventDetails $CalendarEventDetails

This property is optional.

Tags
since

Exchange 2007

$EndTime

Represents the end of a calendar event.

public string $EndTime

This property is required,

Tags
since

Exchange 2007

todo

Make a DateTime object.

$StartTime

Represents the start of a calendar event.

public string $StartTime

This property is required.

Tags
since

Exchange 2007

todo

Make a DateTime object.

Methods

__clone()

Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.

public __clone() : mixed

        
On this page

Search results