Zimlet JavaScript API Reference - ZmRecurrence

Class ZmRecurrence


This class represents a recurrence pattern.

Defined in: ZmRecurrence.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
ZmRecurrence(calItem)
Creates a recurrence object.
Field Summary
Field Attributes Field Name and Description
<static>  
ZmRecurrence.DAILY
Defines the "daily" recurrence.
<static>  
ZmRecurrence.MONTHLY
Defines the "monthly" recurrence.
<static>  
ZmRecurrence.NONE
Defines the "none" recurrence.
<static>  
ZmRecurrence.RECURRENCE_DAY
Defines the "day" week day selection.
<static>  
ZmRecurrence.RECURRENCE_WEEKDAY
Defines the "weekday" week day selection.
<static>  
ZmRecurrence.RECURRENCE_WEEKEND
Defines the "weekend" week day selection.
<static>  
ZmRecurrence.WEEKLY
Defines the "weekly" recurrence.
<static>  
ZmRecurrence.YEARLY
Defines the "yearly" recurrence.
Method Summary
Method Attributes Method Name and Description
 
Gets the recurrence blurb.
Class Detail
ZmRecurrence(calItem)
Creates a recurrence object.
Parameters:
{ZmCalItem} calItem
the calendar item
Field Detail
<static> ZmRecurrence.DAILY
Defines the "daily" recurrence.

<static> ZmRecurrence.MONTHLY
Defines the "monthly" recurrence.

<static> ZmRecurrence.NONE
Defines the "none" recurrence.

<static> ZmRecurrence.RECURRENCE_DAY
Defines the "day" week day selection.

<static> ZmRecurrence.RECURRENCE_WEEKDAY
Defines the "weekday" week day selection.

<static> ZmRecurrence.RECURRENCE_WEEKEND
Defines the "weekend" week day selection.

<static> ZmRecurrence.WEEKLY
Defines the "weekly" recurrence.

<static> ZmRecurrence.YEARLY
Defines the "yearly" recurrence.
Method Detail
{String} getBlurb()
Gets the recurrence blurb.
Returns:
{String} the blurb text

Documentation generated by JsDoc Toolkit 2.3.0 on Tue Jun 28 2016 21:01:33 GMT-0400 (EDT)