I am new in Android. I want to retrieve all reminders which are added in calendar. How can I get all reminders/events?
I want to display that all reminders in the list.
Please help me I am stuck on this.
Thanks.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I found my mistake, I want to share that so that another will not be suffered. In this we have to more focus on URI. For that we have to write “content://com.android.calendar/events” instead of “content://calendar/events“.
I hope anyone will get help from this.
I post here code for more understanding..
Thanks.