Intent calendarIntent = new Intent();
calendarIntent.setClassName("com.android.calendar","com.android.calendar.LaunchActivity");
startActivity(calendarIntent);

요렇게 기본 캘린더를 띄우는건 알겠는데

항상 화면이 오늘 기준으로 뜨는군요

extra 값을 주면 왠지 내가 원하는 날짜로 첫화면을 보여질 수 있을꺼같은데

어떻키값으로 보내는지 잘모르겟네요 ㅠㅠ

아시는 고수님들 답글좀 달아주세요 ㅠ