Documentation

CalendarEventDetails extends Type
in package

Represents additional information about a calendar event.

Table of Contents

Properties

$ID  : string
Represents the entry ID of the calendar item.
$IsException  : bool
Indicates whether an instance of a recurring calendar item is changed from the master.
$IsMeeting  : bool
Indicates whether the calendar event is a meeting or an appointment.
$IsPrivate  : bool
Indicates whether the calendar item is private.
$IsRecurring  : bool
Indicates whether the calendar event is an instance of a recurring calendar item or a single calendar item.
$IsReminderSet  : bool
Indicates whether a reminder has been set for the calendar event.
$Location  : string
Represents the location field of the calendar item.
$Subject  : string
Represents the subject of the calendar item.

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

$ID

Represents the entry ID of the calendar item.

public string $ID
Tags
since

Exchange 2007

$IsException

Indicates whether an instance of a recurring calendar item is changed from the master.

public bool $IsException
Tags
since

Exchange 2007

$IsMeeting

Indicates whether the calendar event is a meeting or an appointment.

public bool $IsMeeting
Tags
since

Exchange 2007

$IsPrivate

Indicates whether the calendar item is private.

public bool $IsPrivate
Tags
since

Exchange 2007

$IsRecurring

Indicates whether the calendar event is an instance of a recurring calendar item or a single calendar item.

public bool $IsRecurring
Tags
since

Exchange 2007

$IsReminderSet

Indicates whether a reminder has been set for the calendar event.

public bool $IsReminderSet
Tags
since

Exchange 2007

$Location

Represents the location field of the calendar item.

public string $Location
Tags
since

Exchange 2007

$Subject

Represents the subject of the calendar item.

public string $Subject
Tags
since

Exchange 2007

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