NonEmptyArrayOfOccurrenceInfoType
extends ArrayType
in package
Represents an array of recurring calendar item occurrences that have been modified so that they are different than the recurrence master item.
Table of Contents
Properties
- $Occurrence : array<string|int, OccurrenceInfoType>
- Represents a single modified occurrence of a recurring 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
$Occurrence
Represents a single modified occurrence of a recurring calendar item.
public
array<string|int, OccurrenceInfoType>
$Occurrence
= array()
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