Class ZmCalBaseItem
Class Detail
ZmCalBaseItem(type, list, id, folderId)
Field Detail
<static>
ZmCalBaseItem.EQUIPMENT
Defines the "equipment" resource type.
<static>
ZmCalBaseItem.GROUP
Defines the "group" resource type.
<static>
ZmCalBaseItem.LOCATION
Defines the "location" resource type.
<static>
ZmCalBaseItem.OPTIONAL_PERSON
Defines the "optional person" resource type.
<static>
ZmCalBaseItem.PERSON
Defines the "person" resource type.
<static>
ZmCalBaseItem.PSTATUS_ACCEPT
Defines the "accept" participant status.
<static>
ZmCalBaseItem.PSTATUS_COMPLETED
Defines the "completed" participant status.
<static>
ZmCalBaseItem.PSTATUS_DECLINED
Defines the "declined" participant status.
<static>
ZmCalBaseItem.PSTATUS_DEFERRED
Defines the "deferred" participant status.
<static>
ZmCalBaseItem.PSTATUS_DELEGATED
Defines the "delegated" participant status.
<static>
ZmCalBaseItem.PSTATUS_NEEDS_ACTION
Defines the "needs action" participant status.
<static>
ZmCalBaseItem.PSTATUS_TENTATIVE
Defines the "tentative" participant status.
<static>
ZmCalBaseItem.PSTATUS_WAITING
Defines the "waiting" participant status.
Method Detail
{int}
adjustMS(s, tzo)
Adjusts milliseconds.
<static>
{int}
ZmCalBaseItem.compareByTimeAndDuration(a, b)
Compares two appointments by start time and duration.
{Object}
getAlarmData()
Gets alarm info
{Date}
getAlarmInstStart()
Gets the alarm instance start time
{int}
getDuration()
Gets the duration.
{String}
getDurationText(emptyAllDay, startOnly, getSimpleText)
Gets the duration text.
{Date}
getEndTime()
Gets the end time.
{String}
getLocation()
Gets the location.
{String}
getName()
Gets the name (the "subject").
{String}
getParticipantStatusStr()
Gets the participant status as a string.
{String}
getReminderName()
Gets the reminder name.
{Date}
getStartTime()
Gets the start time.
{String}
getUniqueId(useStartTime)
Gets the unique id for this item.
{Boolean}
hasAlarmData()
Checks if this item has alarm data.
{Boolean}
isAlarmInRange()
Checks if alarm is in range (based on current time).
{Boolean}
isAlarmInstance()
Checks if this is an alarm instance.
{Boolean}
isAlarmOld()
Checks if the alarm is old (based on current time).
{Boolean}
isAllDayEvent()
Checks if the item is an all day event.
{Boolean}
isMultiDay()
Checks if this item is multi-day.
{String}
toString()
Returns a string representation of the object.
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Documentation generated by JsDoc Toolkit 2.3.0 on Tue Jun 28 2016 21:01:33 GMT-0400 (EDT)
|