BusyStatus
#include <bb/pim/calendar/BusyStatus>
To link against this class, add the following line to your .pro file: LIBS += -lbbpim
The BusyStatus class includes possible free/busy statuses for an event.
An event can be marked as free time, tentative, busy, or out-of-office.
BlackBerry 10.0.0
Public Types Index
enum TypeFree = 0, Tentative = 1, Busy = 2, OutOfOffice = 3, Unknown = 100 |
Public Types
An enumeration of possible free/busy statuses.
BlackBerry 10.0.0
- Free = 0
Indicates free time.
This value is used to indicate that the event represents free time (the event's owner is available).
Since:BlackBerry 10.0.0
- Tentative = 1
Indicates a tentative event.
This value indicates that an event may or may not happen (the owner may be available).
Since:BlackBerry 10.0.0
- Busy = 2
Indicates busy time.
This value indicates that the event is confirmed (the owner is busy).
Since:BlackBerry 10.0.0
- OutOfOffice = 3
Indicates out-of-office status.
This value indicates that the event owner is out of the office.
Since:BlackBerry 10.0.0
- Unknown = 100
Indicates non defined status.
This value indicates that the value is not defined.
Since:BlackBerry 10.2.0