WoW API: CalendarEventGetNumInvites

From AddOn Studio
Revision as of 04:45, 15 August 2023 by Move page script (talk | contribs) (Move page script moved page API CalendarEventGetNumInvites to API CalendarEventGetNumInvites without leaving a redirect)
(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[edit]

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

Details[edit]

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.