CalendarComposerOptions
The CalendarComposerOptions object contains options that are passed into blackberry.invoke.card.invokeCalendarComposer().
Installation:
To use this API in your project, add the invoke plugin:
webworks plugin add com.blackberry.invoke
accountId
The account ID of the account the composer should create the event for.
Synopsis:
{Number}
accountId = 0
body
The the event notes that should be set when the composer is invoked.
Synopsis:
{String}
body = ""
duration
The event duration in minutes.
Synopsis:
{Number}
duration = 0
folderId
The folder ID of the account the composer should file this event for.
Synopsis:
{Number}
folderId = 0
participants
An array of participant email addresses.
Synopsis:
{Sting[]}
participants = []
startTime
Represents the start time of the event. e.g: Mon Nov 26 12:30:17 2012
Synopsis:
{String}
startTime = ""
subject
The the event subject that should be set when the composer is invoked.
Synopsis:
{String}
subject = ""
syncId
The sync ID of the account for the calendar composer.
Synopsis:
{Number}
syncId = 0
Last modified: 2014-10-09
Got questions about leaving a comment? Get answers from our Disqus FAQ.
comments powered by Disqus