| GitHub Issue | n/a |
| Type | Bug |
| Priority | n/a |
| Status | Closed |
| Resolution | Cannot Reproduce |
| Resolution Date | 2016-10-19T17:29:18.000+0000 |
| Affected Version/s | Appcelerator Studio 4.5.0 |
| Fix Version/s | n/a |
| Components | Alloy, Titanium SDK & CLI |
| Labels | android |
| Reporter | Megha |
| Assignee | Shak Hossain |
| Created | 2016-09-22T06:14:06.000+0000 |
| Updated | 2016-10-19T17:29:18.000+0000 |
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.
Hello, try setting the calnder permission as
This works. I have tested it with SDK 5.5.1.GA. Thanks.<manifest> <uses-permission android:name="android.permission.READ_CALENDAR"/> </manifest>