I\'m trying to insert events to the calendar from a fragment, but I keep getting an error that no activity is found to handle Intent.
calendar
Here\'s the error
I used Intent intent = new Intent(Intent.ACTION_EDIT); and it seemed to resolve the issue