I\'m just getting up to speed on Android, and today in a project meeting someone said that Android has no native calendar app so users just use whatever calendar app they li
you have to add flag:
intent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
or you will cause error with:
startActivity() from outside of an Activity context requires the FLAG_ACTIVITY_NEW_TASK
startActivity()
FLAG_ACTIVITY_NEW_TASK