Class ZmInvite
Method Detail
<static>
{ZmInvite}
ZmInvite.createFromDom(node)
Creates the invite from the DOM.
{String}
getAlarm(compNum)
Gets the alarm.
{String}
getAppointmentId(compNum)
Gets the appointment id.
{String}
getApptSummary(isHtml)
Gets the Appt summary.
{Array}
getAttendees(compNum)
Gets the attendees.
{Object}
getComponent(id)
Gets the component.
{String}
getComponentComment(compNum)
Gets the comment.
{String}
getComponentDescription(compNum)
Gets the description.
{String}
getComponentDescriptionHtml(compNum)
Gets the description html.
{Array}
getComponents()
Gets the components.
{String}
getDurationText(compNum, emptyAllDay, startOnly, isText, startDate, endDate)
Gets the duration text.
{String}
getEventName(compNum)
Gets the event name.
{String}
getExceptId(compNum)
Gets the except id.
{String}
getFreeBusy(compNum)
Gets the free busy.
{String}
getInviteMethod(compNum)
Gets the invite method.
{String}
getLocation(compNum)
Gets the location.
{String}
getMessageId()
Gets the message id.
{String}
getName(compNum)
Gets the name.
{String}
getOrganizerEmail(compNum)
Gets the organizer email.
{String}
getOrganizerName(compNum)
Gets the organizer name.
{String}
getPrivacy(compNum)
Gets the privacy.
{string}
getProposedTimeStr(compNum)
returns proposed time from counter invite
{String}
getRecurrenceId(compNum)
Gets the recurrence id (ridZ) - applicable to recurring appointment .
{ZmRecurrence}
getRecurrenceRules(compNum)
Gets the recurrence.
{String}
getReplies(compNum)
Gets the replies.
{Array}
getResources(compNum)
Gets the resources.
{String}
getSentBy(compNum)
Gets the sent by.
{String}
getSequenceNo(compNum)
Gets the sequence no
{Date}
getServerEndDate(compNum, noSpecialUtcCase)
Gets the server end date.
{String}
getServerEndTime(compNum)
Gets the server end time.
{String}
getServerEndTimeTz(compNum)
Gets the server end time timezone.
{Date}
getServerStartDate(compNum, noSpecialUtcCase)
Gets the server start date.
{Date}
getServerStartTime(compNum)
Gets the server start time.
{String}
getServerStartTimeTz(compNum)
Gets the server start time timezone.
getStartDateFromExceptId(compNum)
Gets start date from exception ID.
{String}
getStatus(compNum)
Gets the status.
{String}
getSummary(isHtml)
Gets the summary.
{String}
getToolTip()
Gets the tool tip in HTML for this invite.
Note: This method assumes that there are currently one and only one component object on the invite.
{String}
getTransparency(compNum)
Gets the transparency.
{String}
getXProp(compNum)
Gets the x-prop.
{Boolean}
hasAcceptableComponents()
Checks the invite has acceptable components.
hasAttendeeResponse()
Returns true if this invite has attendees, one of which replied back with an
"actioned" response (e.g. accept/decline/tentative)
{Boolean}
hasCounterMethod(compNum)
Checks the invite has a counter method.
{Boolean}
hasInviteReplyMethod(compNum)
Checks the invite has a reply method.
{Boolean}
hasMultipleComponents()
Checks if the invite has multiple components.
{Boolean}
hasOtherAttendees(compNum)
Checks if the invite has other attendees.
{Boolean}
hasOtherIndividualAttendees(compNum)
Checks if the invite has other individual (non-location & resource) attendees.
{Boolean}
isAllDayEvent(compNum)
Checks if the invite is an all day event.
{Boolean}
isEmpty()
Checks if the invite is empty.
{Boolean}
isException(compNum)
Checks if the invite is an exception.
{Boolean}
isHtmlInvite()
Checks if this invite has html description.
{Boolean}
isMultiDay(compNum)
Checks if the invite is multi-day.
{Boolean}
isOrganizer(compNum)
Checks if is organizer.
{Boolean}
isRecurring(compNum)
Checks if the invite is recurring.
setMessageId(id)
Sets the message id.
{String}
shouldRsvp(compNum)
Gets the RSVP.
{String}
toString()
Returns a string representation of the object.
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Documentation generated by JsDoc Toolkit 2.3.0 on Tue Jun 28 2016 21:01:38 GMT-0400 (EDT)
|