スケジュールの開始時刻と終了時刻であるCalendarContract.EXTRA_EVENT_BEGIN_TIMEとCalendarContract.EXTRA_EVENT_END_TIMEは、エポックからのミリ秒単位で設定します。 エポックとは、日時を、世界標準時間1970年1月1日午前0時0分0秒からの秒数で表したものです。 サンプルコード それでは、実際にサンプルアプリを作ってみましょう。 ■src/EventIntentSampleActivity public class EventIntentSampleActivity extends Activity { /** Called when the activity is first created. */ @Override public void onCreate(Bundle savedInstanceState) {
