Returns information about a calendar guild-event
See also Calendar functions.
Signature:
month,
day,
weekday,
hour,
minute,
eventType,
title,
calendarType,
textureName
=
CalendarGetGuildEventInfo(eventIndex)
Arguments:
eventIndex
- Index of an event (between 1 andCalendarGetNumGuildEvents()
) (number
)
Returns:
month
- Index of the month in which the event starts (number
)1
- January2
- February3
- March4
- April5
- May6
- June7
- July8
- August9
- September10
- October11
- November12
- December
day
- Which day the event is held (number
)weekday
- Index of the day of the week on which the event starts (number
)1
- Sunday2
- Monday3
- Tuesday4
- Wednesday5
- Thursday6
- Friday7
- Saturday
hour
- At what hour the event is held (24-hour) (number
)minute
- At which minute of the hour the event is held (number
)eventType
- Index of what type of event it is (number
)1
- Raid2
- Dungeon3
- PvP4
- Meeting5
- Other6
- Heroic Dungeon
title
- Title of the event (string
)calendarType
- Which type of event it is (string
)GUILD_ANNOUNCEMENT
-GUILD_EVENT
-
textureName
- Name of the texture which is used. Name should match the suffix of the icon textures found in the LFGFRAME. Texture Returns empty string if the eventType is 'other' (string
)