 |
Automated updating of API pages at this location, to reflect patch changes, has ceased from 10.1.7 onwards.
|
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[]
Patch 8.1.5 (2019-03-12): Added eventID, year, inviteStatus, clubID fields.
Patch 8.0.1 (2018-07-17): Added. See also GetGuildEventInfo()