WoW:API CalendarEventGetInvite: Difference between revisions

m
No edit summary
Line 32: Line 32:
  CALENDAR_INVITESTATUS_SIGNEDUP    = 7
  CALENDAR_INVITESTATUS_SIGNEDUP    = 7
  CALENDAR_INVITESTATUS_NOT_SIGNEDUP = 8
  CALENDAR_INVITESTATUS_NOT_SIGNEDUP = 8
CALENDAR_INVITESTATUS_TENTATIVE    = 9


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.


CALENDAR_INVITESTATUS_TENTATIVE is new in patch 3.3 which allows players to sign up as 'Tentative' for an event


Possible Alternative - needs testing
Possible Alternative - needs testing


level, className, classFilename, inviteStatus, modStatus, inviteIsMine = CalendarEventGetInvite(inviteIndex)
level, className, classFilename, inviteStatus, modStatus, inviteIsMine = CalendarEventGetInvite(inviteIndex)
Anonymous user