AddOn Stud… Editing (section) World of Warcraft API 0 You are not logged in. The rich text editor does not work with JavaScript switched off. Please either enable it in your browser options, or visit your preferences to switch to the old MediaWiki editor === Calendar === :HW {{id|API|CalendarAddEvent}}() - Saves the selected event (new events only, requires hardware input to call) :{{id|API|CalendarCanAddEvent}}() - Returns true if player can add an event :{{id|API|CalendarCanSendInvite}}() - Returns true if player can send invites :{{id|API|CalendarCloseEvent}}() - Closes the selected event without saving it :{{id|API|CalendarContextDeselectEvent}}() - (added 3.0.8) :{{id|API|CalendarContextEventCanComplain}}(monthOffset, day, eventIndex) - Returns true if player can report the event as spam :{{id|API|CalendarContextEventCanEdit}}(monthOffset, day, eventIndex) - Returns true if player can edit the event :{{id|API|CalendarContextEventClipboard}}() :{{id|API|CalendarContextEventComplain}}(monthOffset, day, eventIndex) - Reports the event as spam :{{id|API|CalendarContextEventCopy}}(monthOffset, day, eventIndex) - Copies the event to the clipboard :{{id|API|CalendarContextEventGetCalendarType}}() :{{id|API|CalendarContextEventPaste}}(monthOffset, day) - Pastes the clipboard event to the date :{{id|API|CalendarContextEventRemove}}(monthOffset, day, eventIndex) - Deletes the event :{{id|API|CalendarContextEventSignUp}}() :{{id|API|CalendarContextGetEventIndex}}() - (added 3.0.8) :{{id|API|CalendarContextInviteAvailable}}(monthOffset, day, eventIndex) - Accepts the invitation to the event :{{id|API|CalendarContextInviteDecline}}(monthOffset, day, eventIndex) - Declines the invitation to the event :{{id|API|CalendarContextInviteIsPending}}(monthOffset, day, eventIndex) - Returns true if the player hasn't responded to the event invite :{{id|API|CalendarContextInviteTentative}}() :{{id|API|CalendarContextInviteType}} :{{id|API|CalendarContextInviteModeratorStatus}}(monthOffset, day, eventIndex) :{{id|API|CalendarContextInviteRemove}}(monthOffset, day, eventIndex) - Removes the event from the calendar :{{id|API|CalendarContextInviteStatus}}(monthOffset, day, eventIndex) - returns inviteStatus :{{id|API|CalendarContextSelectEvent}}(monthOffset, day, eventIndex) - (added 3.0.8) :{{id|API|CalendarDefaultGuildFilter}}() - returns minLevel, maxLevel :{{id|API|CalendarEventAvailable}}() - Accepts the inviation to the currently open event :{{id|API|CalendarEventCanEdit}}() - Returns true if the event can be edited :{{id|API|CalendarEventCanModerate}} :{{id|API|CalendarEventClearAutoApprove}}() - Turns off automatic confirmations :{{id|API|CalendarEventClearLocked}}() - Unlocks the event :{{id|API|CalendarEventClearModerator}}() :{{id|API|CalendarEventDecline}}() - Declines the invitation to the currently open event :{{id|API|CalendarEventGetCalendarType}}() :{{id|API|CalendarEventGetInvite}}(inviteeIndex) - Returns status information for an invitee for the currently opened event :{{id|API|CalendarEventGetInviteResponseTime}}(inviteIndex) :{{id|API|CalendarEventGetInviteSortCriterion}}() - returns criterion, reverse :{{id|API|CalendarEventGetNumInvites}}() - Returns the number of invitees for the currently opened event :{{id|API|CalendarEventGetRepeatOptions}}() - Returns opt1, opt2 :{{id|API|CalendarEventGetSelectedInvite}}() - returns inviteIndex :{{id|API|CalendarEventGetStatusOptions}}() - Returns ? :{{id|API|CalendarEventGetTextures}}(eventType) - Returns title1, tex1, expLvl1, title2, tex2, expLvl2, ... :{{id|API|CalendarEventGetTypes}}() - Returns name1, name2, ... :{{id|API|CalendarEventHasPendingInvite}}() - Returns true if the player has an unanswered invitation to the currently selected event :{{id|API|CalendarEventHaveSettingsChanged}}() - Returns true if the currently open event has been modified :{{id|API|CalendarEventInvite}}("Player") - Invite player to currently selected event :{{id|API|CalendarEventIsModerator}}() :{{id|API|CalendarEventRemoveInvite}}(inviteIndex) :{{id|API|CalendarEventSelectInvite}}(inviteIndex) :{{id|API|CalendarEventSetAutoApprove}}() :{{id|API|CalendarEventSetDate}}(month, day, year) :{{id|API|CalendarEventSetDescription}}(description) :{{id|API|CalendarEventSetLocked}}() :{{id|API|CalendarEventSetLockoutDate}}(lockoutDate) :{{id|API|CalendarEventSetLockoutTime}}(lockoutTime) :{{id|API|CalendarEventSetModerator}}(index) :{{id|API|CalendarEventSetRepeatOption}}(repeatoption) :{{id|API|CalendarEventSetSize}} :{{id|API|CalendarEventSetStatus}}(index, status) - Sets the invitation status of a player to the current event :{{id|API|CalendarEventSetTextureID}}(textureIndex) :{{id|API|CalendarEventSetTime}}(hour, minute) :{{id|API|CalendarEventSetTitle}}(title) :{{id|API|CalendarEventSetType}}(type) :{{id|API|CalendarEventSignUp}}() :{{id|API|CalendarEventSortInvites}}(criterion) :{{id|API|CalendarEventTentative}}() :{{id|API|CalendarGetAbsMonth}}() - returns month, year :{{id|API|CalendarGetDate}}() - Call this only after PLAYER_ENTERING_WORLD event :{{id|API|CalendarGetDayEvent}}(monthOffset, day, eventIndex) :{{id|API|CalendarGetDayEventSequenceInfo}} - Retrieve information about the specified event. :{{id|API|CalendarGetEventIndex}}() - returns monthOffset, day, index :{{id|API|CalendarGetEventInfo}}() - Returns detailed information about an event selected with CalendarOpenEvent() :{{id|API|CalendarGetFirstPendingInvite}}(monthOffset, day) - returns eventIndex :{{id|API|CalendarGetHolidayInfo}}(monthOffset, day, eventIndex) - Returns Holiday Name, Holiday Description, Calendar Icon :{{id|API|CalendarGetMaxCreateDate}}() - returns maxWeekday, maxMonth, maxDay, maxYear :{{id|API|CalendarGetMaxDate}}() - returns maxWeekday, maxMonth, maxDay, maxYear :{{id|API|CalendarGetMinDate}}() - returns minWeekday, minMonth, minDay, minYear :{{id|API|CalendarGetMinHistoryDate}}() - returns minWeekday, minMonth, minDay, minYear :{{id|API|CalendarGetMonth}}([monthOffset]) - returns month, year :{{id|API|CalendarGetMonthNames}}() - returns a list of the month names :{{id|API|CalendarGetNumDayEvents}}(monthOffset[, day]) :{{id|API|CalendarGetNumPendingInvites}}() - returns count :{{id|API|CalendarGetRaidInfo}} (monthOffset, day, eventIndex) - returns name, calendarType, raidID, hour, minute, difficulty :{{id|API|CalendarGetWeekdayNames}}() - returns a list of the weekday names :{{id|API|CalendarIsActionPending}}() - returns isPending :{{id|API|CalendarMassInviteArenaTeam}}(teamType) :{{id|API|CalendarMassInviteGuild}}(minLevel, maxLevel, rank) :{{id|API|CalendarNewEvent}}() - Creates and selected a new event :{{id|API|CalendarNewGuildAnnouncement}}() :{{id|API|CalendarNewGuildEvent}}(minLevel, maxLevel, minRank) - Replaces the invite list of the selected new event with the specified guild members :{{id|API|CalendarOpenEvent}}(monthOffset, day, eventIndex) - Selects an existing event :{{id|API|CalendarRemoveEvent}}() - Removes the selected event from the calendar (invitees only) :{{id|API|CalendarSetAbsMonth}}(month, year) - Sets the reference month and year for functions which use a month offset :{{id|API|CalendarSetMonth}}(monthOffset) :{{id|API|CalendarUpdateEvent}}() - Saves the selected event (existing events only, requires hardware input to call) :{{id|API|OpenCalendar}}() - Requests calendar information from the server. Does not open the calendar frame. (added 3.0.8) Loading editor Below are some commonly used wiki markup codes. Simply click on what you want to use and it will appear in the edit box above. Insert: – — … ° ≈ ≠ ≤ ≥ ± − × ÷ ← → · § Sign your username: ~~~~ Wiki markup: {{}} | [] [[]] [[Category:]] #REDIRECT [[]] <s></s> <sup></sup> <sub></sub> <code></code> <blockquote></blockquote> <ref></ref> {{Reflist}} <references/> <includeonly></includeonly> <noinclude></noinclude> {{DEFAULTSORT:}} <nowiki></nowiki> <!-- --> <span class="plainlinks"></span> Symbols: ~ | ¡ ¿ † ‡ ↔ ↑ ↓ • ¶ # ¹ ² ³ ½ ⅓ ⅔ ¼ ¾ ⅛ ⅜ ⅝ ⅞ ∞ ‘ “ ’ ” «» ¤ ₳ ฿ ₵ ¢ ₡ ₢ $ ₫ ₯ € ₠ ₣ ƒ ₴ ₭ ₤ ℳ ₥ ₦ № ₧ ₰ £ ៛ ₨ ₪ ৳ ₮ ₩ ¥ ♠ ♣ ♥ ♦ View this template This field is a spam trap. DO NOT fill it in! Edit summary Preview Mobile Desktop Show changes