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
$IsException
Indicates whether an instance of a recurring calendar item is changed from the master.
public
bool
$IsException
Tags
$IsMeeting
Indicates whether the calendar event is a meeting or an appointment.
public
bool
$IsMeeting
Tags
$IsPrivate
Indicates whether the calendar item is private.
public
bool
$IsPrivate
Tags
$IsRecurring
Indicates whether the calendar event is an instance of a recurring calendar item or a single calendar item.
public
bool
$IsRecurring
Tags
$IsReminderSet
Indicates whether a reminder has been set for the calendar event.
public
bool
$IsReminderSet
Tags
$Location
Represents the location field of the calendar item.
public
string
$Location
Tags
$Subject
Represents the subject of the calendar item.
public
string
$Subject
Tags
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