Open main menu
Home
Random
Log in
Settings
About AddOn Studio
Disclaimers
AddOn Studio
Search
Editing
WoW:API CalendarGetDay
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!
{{wowapi|removed=3.1.3}} Retrieve information about the specified calendar day. local pendingInviteIndex, calendarType, eventType, dayTexture = CalendarGetDay(monthOffset, day) == Arguments == * monthOffset (number) - The number of months to offset from today * day (number) - The number of days to offset from today == Returns == * pendingInviteIndex (number) - See the below table * calendarType (string) - One of "PLAYER", "GUILD", "ARENA", "HOLIDAY" * eventType (number) - See the below table * dayTexture (string) - Unknown == Details == These tables have been extracted from the Beta UI code to give details on the above return values: pendingInviteIndex CALENDAR_INVITESTATUS_INVITED = 1 CALENDAR_INVITESTATUS_ACCEPTED = 2 CALENDAR_INVITESTATUS_DECLINED = 3 CALENDAR_INVITESTATUS_CONFIRMED = 4 CALENDAR_INVITESTATUS_OUT = 5 CALENDAR_INVITESTATUS_STANDBY = 6 CALENDAR_INVITESTATUS_SIGNEDUP = 7 CALENDAR_INVITESTATUS_NOT_SIGNEDUP = 8 eventType CALENDAR_EVENTTYPE_RAID = 1; CALENDAR_EVENTTYPE_DUNGEON = 2; CALENDAR_EVENTTYPE_PVP = 3; CALENDAR_EVENTTYPE_MEETING = 4; CALENDAR_EVENTTYPE_OTHER = 5;
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)
Templates used on this page:
Template:Ambox
(
edit
)
Template:Apinav
(
edit
)
Template:Editlink
(
edit
)
Template:Tocright
(
edit
)
Template:WoW/removedapi
(
edit
)
Template:Wowapi
(
edit
)