WoW:API CalendarEventGetInvite: Difference between revisions

(New page: {{wowapi}} __NOTOC__ Retrieve information about the specified event. name, level, className, classFilename, inviteStatus, modStatus = CalendarEventGetInvite(invitee) == Arguments == :...)
 
Line 32: Line 32:


This function allows you to iterate through the invitees for an event and retrieve the status of each. You must call CalendarOpenEvent() before calling this function.
This function allows you to iterate through the invitees for an event and retrieve the status of each. You must call CalendarOpenEvent() before calling this function.
Possible Alternative - needs testing
level, className, classFilename, inviteStatus, modStatus, inviteIsMine = CalendarEventGetInvite(inviteIndex)
Anonymous user