CalendarFolder
A calendar in the calendar application is represented by a CalendarFolder object. Folders are containers for events.
Installation:
To use this API in your project, add the calendar plugin:
webworks plugin add com.blackberry.pim.calendar
Properties: | |
---|---|
String | accountId |
String | color |
Boolean | default |
Boolean | enterprise |
String | id |
String | name |
String | ownerEmail |
Boolean | readonly |
Number | type |
Boolean | visible |
accountId
The folder's account id.
Synopsis:
String CalendarFolder.id
color
The folder's color in a hexadecimal string starts with #
Synopsis:
String CalendarFolder.color
default
True if this calendar folder is the default
Synopsis:
Boolean CalendarFolder.default
enterprise
True if this calendar folder is an enterprise calendar folder
Synopsis:
Boolean CalendarFolder.enterprise
id
The identifier for the folder.
Synopsis:
String CalendarFolder.id
name
Name of the calendar folder.
Synopsis:
String CalendarFolder.name
ownerEmail
The email for the folder owner.
Synopsis:
String CalendarFolder.ownerEmail
readonly
True if the folder is read-only, false otherwise.
Synopsis:
Boolean CalendarFolder.readonly
type
The folder's type.
Synopsis:
Number CalendarFolder.type
visible
True if the user has marked the folder as visible in the calendar application, false otherwise
Synopsis:
Boolean CalendarFolder.visible
Last modified: 2014-10-09
Got questions about leaving a comment? Get answers from our Disqus FAQ.
comments powered by Disqus