WoW API: CalendarEventGetNumInvites

From AddOn Studio
Revision as of 18:05, 23 October 2008 by WoWWiki>Butai (New page: {{wowapi}} __NOTOC__ Retrieves the number of invitees for an event opened with CalendarOpenEvent(). inviteCount = CalendarEventGetNumInvites() == Returns == : inviteCount :; inviteCou...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

WoW API < CalendarEventGetNumInvites

Retrieves the number of invitees for an event opened with CalendarOpenEvent().

inviteCount = CalendarEventGetNumInvites()


Returns

inviteCount
inviteCount
Number - The number of invitees to the open event

Details

You must call CalendarOpenEvent() to specify the event with which you are working before calling this function. This function returns the number of invitees for the event.