WoW:API CalendarOpenEvent: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(Testing indicates that argument 'day' is a day of the month, not an offset from the current day in v30100)
m (Move page script moved page API CalendarOpenEvent to API CalendarOpenEvent without leaving a redirect)
 
(No difference)

Latest revision as of 04:45, 15 August 2023

WoW API < CalendarOpenEvent

Establishes an event for future calendar calls

CalendarOpenEvent(monthOffset, day, eventIndex)


Arguments[edit]

(monthOffset, day, eventIndex)
monthOffset
Number - The number of months to offset from today
day
Number - The day of the month on which the desired event is scheduled (1 - 31)
eventIndex
Number - The index of the desired event, From 1 through CalendarGetNumDayEvents(monthOffset, day)

Details[edit]

You must call this function before making calls to CalendarEventGetNumInvites() and CalendarEventGetInvite(). CalendarOpenEvent() tells the application which event you're working with. Presumably this is to reduce memory usage and load on the server