Zimlet JavaScript API Reference - ZmFreeBusySchedulerView

Class ZmFreeBusySchedulerView


This class displays free/busy information for an appointment's attendees. An attendee may be a person, a location, or equipment.

Defined in: ZmFreeBusySchedulerView.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
ZmFreeBusySchedulerView(parent, attendees, controller, dateInfo, appt, fbParentCallback)
Creates a new tab view for scheduling appointment attendees.
Field Summary
Field Attributes Field Name and Description
<static>  
ZmFreeBusySchedulerView.STATUS_BUSY
Defines the "busy" status.
<static>  
ZmFreeBusySchedulerView.STATUS_FREE
Defines the "free" status.
<static>  
ZmFreeBusySchedulerView.STATUS_OUT
Defines the "out" status.
<static>  
ZmFreeBusySchedulerView.STATUS_TENTATIVE
Defines the "tentative" status.
<static>  
ZmFreeBusySchedulerView.STATUS_UNKNOWN
Defines the "unknown" status.
Method Summary
Method Attributes Method Name and Description
 
Resets pageless mode while rendering attendees list, when pageless mode is enabled all attendees will be shown in single list without 'Show more' controls
Class Detail
ZmFreeBusySchedulerView(parent, attendees, controller, dateInfo, appt, fbParentCallback)
Creates a new tab view for scheduling appointment attendees.
Author: Sathishkumar Sugumaran.
Parameters:
parent
[ZmApptComposeView] the appt compose view
attendees
[hash] attendees/locations/equipment
controller
[ZmApptComposeController] the appt compose controller
dateInfo
[object] hash of date info
appt
fbParentCallback
Field Detail
<static> ZmFreeBusySchedulerView.STATUS_BUSY
Defines the "busy" status.

<static> ZmFreeBusySchedulerView.STATUS_FREE
Defines the "free" status.

<static> ZmFreeBusySchedulerView.STATUS_OUT
Defines the "out" status.

<static> ZmFreeBusySchedulerView.STATUS_TENTATIVE
Defines the "tentative" status.

<static> ZmFreeBusySchedulerView.STATUS_UNKNOWN
Defines the "unknown" status.
Method Detail
resetPagelessMode(enable)
Resets pageless mode while rendering attendees list, when pageless mode is enabled all attendees will be shown in single list without 'Show more' controls
Parameters:
enable
[boolean]* if true, enable pageless mode

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