Skip to content

calendar_invites

This table holds player event attendance.

Structure ​

FieldTypeAttributesKeyNullDefaultExtraComment
idbigintunsignedPRINO0
eventbigintunsignedNO0
inviteeintunsignedNO0
senderintunsignedNO0
statustinyintunsignedNO0
statustimeintunsignedNO0
ranktinyintunsignedNO0
textvarchar(255)NO''
 

Description of fields ​

id ​

The GUID of the invite.  

event ​

The calendar event id the player belongs to.  

invitee ​

character guid of the player invited to the event.  

sender ​

character guid of the player handing out the invite.

When creating a new event the owner invites itself (sender == invitee).  

status ​

IDNameComment
0CALENDAR_STATUS_INVITED
1CALENDAR_STATUS_ACCEPTED
2CALENDAR_STATUS_DECLINED
3CALENDAR_STATUS_CONFIRMED
4CALENDAR_STATUS_OUT
5CALENDAR_STATUS_STANDBY
6CALENDAR_STATUS_SIGNED_UP
7CALENDAR_STATUS_NOT_SIGNED_UPnot saved in db
8CALENDAR_STATUS_TENTATIVE
9CALENDAR_STATUS_REMOVEDnot saved in db

 

statustime ​

Unixtime of last status change.  

rank ​

IDName
0CALENDAR_RANK_PLAYER
1CALENDAR_RANK_MODERATOR
2CALENDAR_RANK_OWNER

 

text ​

- unknown -