Returns the earliest date for which information about past player events is available. Applies to events created by the player, invites the player accepted, and guild events or announcements. Currently, the default UI only shows past events from up to two weeks before the current date.


See also Calendar functions.

Signature:

weekday, month, day, year = CalendarGetMinHistoryDate()

Returns:

  • weekday - Index of the day of the week (starting at 1 = Sunday) (number)
  • month - Index of the month (starting at 1 = January) (number)
  • day - Day of the month (number)
  • year - Year (full four-digit year) (number)