CalendarItemTypeType
        
        extends Enumeration
    
    
            
            in package
            
        
    
    
    
Defines the type of a calendar item.
Table of Contents
Constants
- EXCEPTION = 'Exception'
- The item is an exception to a recurring calendar item.
- OCCURRENCE = 'Occurrence'
- The item is an occurrence of a recurring calendar item.
- RECURRING_MASTER = 'RecurringMaster'
- The item is master for a set of recurring calendar items.
- SINGLE = 'Single'
- The item is not associated with a recurring calendar item.
Properties
- $_ : string
- Element value.
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.
- __toString() : string
- Returns the value of this enumeration as a string.
Constants
EXCEPTION
The item is an exception to a recurring calendar item.
    public
        string
    EXCEPTION
    = 'Exception'
    
    
    
    Tags
OCCURRENCE
The item is an occurrence of a recurring calendar item.
    public
        string
    OCCURRENCE
    = 'Occurrence'
    
    
    
    Tags
RECURRING_MASTER
The item is master for a set of recurring calendar items.
    public
        string
    RECURRING_MASTER
    = 'RecurringMaster'
    
    
    
    Tags
SINGLE
The item is not associated with a recurring calendar item.
    public
        string
    SINGLE
    = 'Single'
    
    
    
    Tags
Properties
$_
Element value.
    public
        string
    $_
    
    
    
    
    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
    __toString()
Returns the value of this enumeration as a string.
    public
                    __toString() : string
    .