---@diagnostic disable: missing-return, lowercase-global ---@param monthOffset number ---@param day number ---@param index number ---@return number title ---@return RAID_RESET calendarType ---@return RAID_LOCKOUT ---@return RAID_RESET ---@return number raidID ---@return number hour ---@return number minute ---@return 2 difficulty ---@return 1 ---@return 2 ---Returns information about a raid lockout or scheduled raid reset event. Information can only be retrieved for events which might be visible in the calendar's current month -- i.e. those in the current month as well as those in (roughly) the last week of the previous month and (roughly) the first two weeks of the following month. To reliably retrieve information for events outside the calendar's current month, first change the calendar's month with CalendarSetMonth. function CalendarGetRaidInfo(monthOffset, day, index) end