Titanium JIRA Archive
Appcelerator Community (AC)

[AC-4490] calendar is not working for android 6

GitHub Issuen/a
TypeBug
Priorityn/a
StatusClosed
ResolutionCannot Reproduce
Resolution Date2016-10-19T17:29:18.000+0000
Affected Version/sAppcelerator Studio 4.5.0
Fix Version/sn/a
ComponentsAlloy, Titanium SDK & CLI
Labelsandroid
ReporterMegha
AssigneeShak Hossain
Created2016-09-22T06:14:06.000+0000
Updated2016-10-19T17:29:18.000+0000

Description

I am trying to add events to the calendar but for android 6 its not working i added the permissions also in tiapp.xml its asking me to allow permissions for the app but giving WARNING: calendar permissions are missing. Please suggest me solution I would be grateful. Thank you.

Attachments

FileDateSize
code.txt2016-09-22T06:11:04.000+0000689

Comments

  1. Sharif AbuDarda 2016-10-07

    Hello, try setting the calnder permission as
       <manifest>
           <uses-permission android:name="android.permission.READ_CALENDAR"/>
       </manifest>
       
    This works. I have tested it with SDK 5.5.1.GA. Thanks.

JSON Source