DetailLevel
#include <bb/pim/calendar/DetailLevel>
To link against this class, add the following line to your .pro file: LIBS += -lbbpim
The DetailLevel class includes the possible levels of detail for calendar views.
accountId
allDay
busyStatus
endTime
folderId
id
parentId
startTime
BlackBerry 10.0.0
Public Types
An enumeration of possible levels of detail.
BlackBerry 10.0.0
- Monthly = 1
Indicates the monthly detail level.
This is the lowest detail level, and is used for monthly calendar views. The event fields that are populated are accountId, allDay, busyStatus, endTime, folderId, id, parentId, and startTime.
Since:BlackBerry 10.0.0
- Weekly = 2
Indicates the weekly detail level.
This detail level is used for weekly calendar views. The event fields that are populated are those in the Monthly level plus birthday and subject.
Since:BlackBerry 10.0.0
- Full = 3
Indicates the full detail level.
In this detail level, all fields are populated.
Since:BlackBerry 10.0.0
- Agenda = 4
Indicates the agenda detail level.
This detail level is used for agenda calendar views. The event fields that are populated are those in the Weekly level plus bbmConference, guid, location, meetingSequence, meetingStatus, recurrence, reminder, sensitivity, timezone, and url.
Since:BlackBerry 10.0.0