Discuss this help topic in SecureBlackbox Forum

TElCalDAVOptions.MaxRecurrenceInstances

TElCalDAVOptions     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Specifies the maximum number of recurrence instances.

Declaration

[C#]
    int MaxRecurrenceInstances;

[VB.NET]
    Property MaxRecurrenceInstances As Integer

[Pascal]
    property MaxRecurrenceInstances : integer;

[C++]
    int32_t get_MaxRecurrenceInstances();
    void set_MaxRecurrenceInstances(int32_t Value);

[PHP]
    integer get_MaxRecurrenceInstances()
    void set_MaxRecurrenceInstances(integer $Value)

[Java]
    int getMaxRecurrenceInstances();
    void setMaxRecurrenceInstances(int Value);

Description

    This property limits the number of instances of calendar objects created for a recurrent event. Note, that each calendar object has to have a unique UID, therefore recurring events without a RECURRENCE-ID property must be stored in different objects.

Discuss this help topic in SecureBlackbox Forum