WoW:API CalendarGetDayEvent: Difference between revisions

m
Move page script moved page API CalendarGetDayEvent to WoW:API CalendarGetDayEvent without leaving a redirect
m (The description of the argument "day" referred to it as an offset from the current day, when it is the actual day of the month.)
m (Move page script moved page API CalendarGetDayEvent to WoW:API CalendarGetDayEvent without leaving a redirect)
 
(3 intermediate revisions by 3 users not shown)
Line 2: Line 2:


Retrieve information about the specified event.
Retrieve information about the specified event.
  title, hour, minute, calendarType, sequenceType, eventType, texture, modStatus, inviteStatus = CalendarGetDayEvent(monthOffset, day, eventIndex)
  title, hour, minute, calendarType, sequenceType, eventType, texture, modStatus, inviteStatus, invitedBy, difficulty, inviteType, sequenceIndex, numSequenceDayss = CalendarGetDayEvent(monthOffset, day, eventIndex)
 


== Arguments ==
== Arguments ==
Line 25: Line 24:
:;modStatus : String - One of "MODERATOR", "CREATOR", ""
:;modStatus : String - One of "MODERATOR", "CREATOR", ""
:;inviteStatus : Number - See table below
:;inviteStatus : Number - See table below
:;invitedBy :
:;difficulty :
:;inviteType :
:;sequenceIndex : 
:;numSequenceDays :


== Details ==
== Details ==
API update. New: '''invitedBy''', '''difficulty''', '''inviteType''', '''sequenceIndex''', '''numSequenceDays''' was added in Patch 3.2(August,2009


These tables have been extacted from the Beta UI code to give details on the above return values:
These tables have been extacted from the Beta UI code to give details on the above return values:
Line 38: Line 44:


inviteStatus
inviteStatus
  CALENDAR_INVITESTATUS_INVITED   = 1
  CALENDAR_INVITESTATUS_INVITED     = 1
  CALENDAR_INVITESTATUS_ACCEPTED = 2
  CALENDAR_INVITESTATUS_ACCEPTED     = 2
  CALENDAR_INVITESTATUS_DECLINED = 3
  CALENDAR_INVITESTATUS_DECLINED     = 3
  CALENDAR_INVITESTATUS_CONFIRMED = 4
  CALENDAR_INVITESTATUS_CONFIRMED   = 4
  CALENDAR_INVITESTATUS_OUT       = 5
  CALENDAR_INVITESTATUS_OUT         = 5
  CALENDAR_INVITESTATUS_STANDBY   = 6
  CALENDAR_INVITESTATUS_STANDBY     = 6
CALENDAR_INVITESTATUS_SIGNEDUP    = 7
CALENDAR_INVITESTATUS_NOT_SIGNEDUP = 8
CALENDAR_INVITESTATUS_TENTATIVE    = 9
Anonymous user