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
Check if there is any activity that resolves this intent
if (intent.resolveActivity(getPackageManager()) == null) { }