From ddb73a4285addad2cfc35687300b7045f24b7e44 Mon Sep 17 00:00:00 2001 From: Bryan Higgins Date: Wed, 12 Dec 2012 21:42:54 -0500 Subject: [PATCH] Add clarification to ICS viewer docs Issue #401 --- api/blackberry_invoke_card.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/blackberry_invoke_card.js b/api/blackberry_invoke_card.js index 0bafa536d7..502431ce91 100644 --- a/api/blackberry_invoke_card.js +++ b/api/blackberry_invoke_card.js @@ -243,9 +243,9 @@ blackberry.invoke.card = { invokeFilePicker : function(options, onSave, onCancel, onInvoke){}, /** - * @description Invokes the IcsViewer Card. + * @description Invokes the IcsViewer Card to display an iCalendar (.ics) event. * @param {blackberry.invoke.card.IcsViewerOptions} options An object to type {@link blackberry.invoke.card.IcsViewerOptions} describes all the options available for IcsViewer. - * @callback {function} onDone The callback function that will be triggered . + * @callback {function} onDone The callback function that will be triggered when the event is added to a calendar. * @callback {String} [onDone.data] A data string might be an empty or to contain some information. * @callback {function} onCancel The callback function that will be triggered when the card invocation has been cancelled. * @callback {String} [onCancel.reason] A string that describes the reason the IcsViewer was cancelled.