Navigation menu
Personal tools
Not logged in
Talk
Contributions
Create account
Log in
Namespaces
WoW
Talk
English
Views
Read
Edit
History
More
Search
Navigation
Home
Random page
Help using wiki
Editions
for WoW
for WildStar
for Solar2D
Documentation
for WoW
for WildStar
Reference
WoW
⦁ FrameXML
⦁ AddOns
⦁ API
⦁ WoW Lua
WildStar
⦁ AddOns
⦁ API
⦁ WildStar Lua
Engine
Tools
What links here
Related changes
Special pages
Page information
Site
Recent Changes
Editing
WoW:World of Warcraft API
(section)
Jump to navigation
Jump to search
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
=== 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)
Summary:
Please note that all contributions to AddOn Studio are considered to be released under the Creative Commons Attribution-NonCommercial-ShareAlike (see
AddOn Studio Wiki:Copyrights
for details).
Submissions must be written by you, or copied from a public domain or similar free resource (see
AddOn Studio Wiki:Copyrights
for details).
Cancel
Editing help
(opens in new window)