CalendarStatus

Client Version 3.3.5

Wowm Representation

Autogenerated from wowm file at wow_message_parser/wowm/world/calendar/cmsg_calendar_event_rsvp.wowm:1.

enum CalendarStatus : u8 {
    INVITED = 0;
    ACCEPTED = 1;
    DECLINED = 2;
    CONFIRMED = 3;
    OUT = 4;
    STANDBY = 5;
    SIGNED_UP = 6;
    NOT_SIGNED_UP = 7;
    TENTATIVE = 8;
    REMOVED = 9;
}

Type

The basic type is u8, a 1 byte (8 bit) integer.

Enumerators

EnumeratorValueComment
INVITED0 (0x00)
ACCEPTED1 (0x01)
DECLINED2 (0x02)
CONFIRMED3 (0x03)
OUT4 (0x04)
STANDBY5 (0x05)
SIGNED_UP6 (0x06)
NOT_SIGNED_UP7 (0x07)
TENTATIVE8 (0x08)
REMOVED9 (0x09)

Used in: