Open sdlee3 opened 3 years ago
Bump
I can't add event to Android 11 as well, Android 12 is out now.
same issue @sdlee3 @iamakg i can't add event
Hi @Mitdd9707. I fixed that by adding the package visibility for calendar in Android Manifest file.
Here are the code snippet, hope it able to help you
<manifest package="com.example.test">
<queries>
<package android:name="com.google.android.calendar" />
</queries>
...
</manifest>
This Issue can be closed I guess. On Android 11 I can add an event to the Calendar
Hi, after i upgrade to targetSdkVersion 30 which to support Android 11, I unable to add my appointment to calendar in Android. Anyone here have idea and help for this issue?