Calendar Permission Module

Description

It gets calendar permission to support iOS 6.0 privacy settings.

Accessing the Calendar Permission Module

To access this module from JavaScript, you would do the following:

var calendar_permission = require("com.ti.calendar.permission");

The calendar_permission variable is a reference to the Module object.

Reference

calendar_permission.authorization(object)

object

(Function) success

Success callback.

(Function) failure

Failure callback.

Usage

Refer to the example/app.js.

Author

infiniteloop Co., Ltd.

License

The MIT License