Returns information about a calendar guild-event


See also Calendar functions.

Signature:

month, day, weekday, hour, minute, eventType, title, calendarType, textureName = CalendarGetGuildEventInfo(eventIndex)

Arguments:

Returns:

  • month - Index of the month in which the event starts (number)

    • 1 - January
    • 2 - February
    • 3 - March
    • 4 - April
    • 5 - May
    • 6 - June
    • 7 - July
    • 8 - August
    • 9 - September
    • 10 - October
    • 11 - November
    • 12 - December

  • day - Which day the event is held (number)

  • weekday - Index of the day of the week on which the event starts (number)

    • 1 - Sunday
    • 2 - Monday
    • 3 - Tuesday
    • 4 - Wednesday
    • 5 - Thursday
    • 6 - Friday
    • 7 - 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 - Raid
    • 2 - Dungeon
    • 3 - PvP
    • 4 - Meeting
    • 5 - Other
    • 6 - 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)