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
$CalendarEventDetails
Provides additional information for a calendar event.
public
CalendarEventDetails
$CalendarEventDetails
This property is optional.
Tags
$EndTime
Represents the end of a calendar event.
public
string
$EndTime
This property is required,
Tags
$StartTime
Represents the start of a calendar event.
public
string
$StartTime
This property is required.
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