Skip to content

calendar_events

This table holds player created events.

Structure ​

FieldTypeAttributesKeyNullDefaultExtraComment
idbigintunsignedPRINO0
creatorintunsignedNO0
titlevarchar(255)NO''
descriptionvarchar(255)NO''
typetinyintunsignedNO4
dungeonintsignedNO-1
eventtimeintunsignedNO0
flagsintunsignedNO0
time2intunsignedNO0
 

Description of fields ​

id ​

The GUID of the event.  

creator ​

character guid of the creator.  

title ​

short event title  

description ​

fulltext event description  

type ​

IDName
0CALENDAR_TYPE_RAID
1CALENDAR_TYPE_DUNGEON
2CALENDAR_TYPE_PVP
3CALENDAR_TYPE_MEETING
4CALENDAR_TYPE_OTHER

 

dungeon ​

LFGDungeon ID or -1 if not set.  

eventtime ​

Unixtime when the event is due.  

flags ​

ValueFlagNameComment
10x0001CALENDAR_FLAG_ALL_ALLOWEDEvent is open to all
160x0010CALENDAR_FLAG_INVITES_LOCKED'Lock Event' checkbox ticked
640x0040CALENDAR_FLAG_WITHOUT_INVITESGuild Announcement
10240x0400CALENDAR_FLAG_GUILD_EVENTEvent is restricted to guild

 

time2 ​

Unixtime of: 946681200 (Sat Jan 01 00:00:00 UTC 2000)

Not sure, seems constant from the little sniffs we have