andriod 启动日历

Intent intent=new Intent();
intent.setComponent(new ComponentName("com.android.calendar", "com.android.calendar.LaunchActivity"));
startActivity(intent);
原文地址:https://www.cnblogs.com/gisoracle/p/6359803.html