C_Calendar.GetGuildEventInfo

From Warcraft Wiki
Jump to navigation Jump to search
GitHub Octocat.png  Townlong-Yak BAD.png  ProfIcons engineering.png  BTNTemp.png C_Calendar.GetGuildEventInfo TheWarWithin-Icon-Inline.pngDragonflight-Icon-Inline.pngCata-Logo-Small.pngWrath-Logo-Small.pngWoW Icon update.png + 8.0.1 / 1.15.0
Wowprogramming.png  BTNTemp.png GetGuildEventInfo TheWarWithin-Icon-Inline.pngDragonflight-Icon-Inline.pngCata-Logo-Small.pngWrath-Logo-Small.pngWoW Icon update.png + 2.3.0 / 1.15.0

Needs summary.

info = C_Calendar.GetGuildEventInfo(index)

Arguments

index
number

Returns

info
CalendarGuildEventInfo
Field Type Description
eventID string
year number
month number
monthDay number
weekday number
hour number
minute number
eventType Enum.CalendarEventType
title string
calendarType string
texture number
inviteStatus number
clubID string
Enum.CalendarEventType
Value Field Description
0 Raid
1 Dungeon
2 PvP
3 Meeting
4 Other
5 HeroicDeprecated

Patch changes

Battle for Azeroth Patch 8.1.5 (2019-03-12): Added eventID, year, inviteStatus, clubID fields.
Battle for Azeroth Patch 8.0.1 (2018-07-17): Added. See also GetGuildEventInfo()