私のアプリケーションでは、プログラムでいくつかのリマインダーを設定しましたが、これらすべての詳細をリスト形式で表示したいのですが、いくつかの詳細 (つまり、日付と説明) を取得していますがREMINDER TIME
、. Reminder-TIME の取得方法がわかりません。
詳細 (つまり、日付と説明) を取得するコードは次のとおりです。
final ContentResolver cr = this.getContentResolver();
cursor = cr.query(Uri.parse("content://com.android.calendar/events"), new String[]{"_id","title","dtstart","dtend","description","eventLocation"}, null,null, "DTSTART ASC");\
前もって感謝します。!