AttendeeRole
#include <bb/pim/calendar/AttendeeRole>
To link against this class, add the following line to your .pro file: LIBS += -lbbpim
The AttendeeRole class includes possible roles for attendees.
An attendee of a meeting (represented by the Attendee class) can have one of several different roles. The attendee can be the chair of the meeting, a required participant, or an optional participant. The attendee can also be a non-participant in the meeting, and this role indicates that the attendee is listed for information purposes only.
BlackBerry 10.0.0
Public Types Index
enum TypeInvalid = 0, Chair = 1, ReqParticipant = 2, OptParticipant = 3, NonParticipant = 4 |
Public Types
An enumeration of supported roles for attendees.
BlackBerry 10.0.0
- Invalid = 0
Indicates an invalid role.
This is the default role.
Since:BlackBerry 10.0.0
- Chair = 1
Indicates that the attendee is the chair of the meeting.
This role means that the attendee is the organizer of the meeting.
Since:BlackBerry 10.0.0
- ReqParticipant = 2
Indicates that the attendee is a required participant.
Since:BlackBerry 10.0.0
- OptParticipant = 3
Indicates that the attendee is an optional participant.
Since:BlackBerry 10.0.0
- NonParticipant = 4
Indicates that the attendee is a non-participant.
This role means that the attendee is listed for information purposes only.
Since:BlackBerry 10.0.0