Skip to main content

All Questions

4 votes
2 answers
897 views

android.database.sqlite.SQLiteException while adding reminder in calendar

@SuppressLint({"RxLeakedSubscription", "RxSubscribeOnError"}) public static long pushAppointmentsToCalender(Activity curActivity, String title, String addInfo, String place, int status, long startDate,...
Arpit's user avatar
  • 297
0 votes
1 answer
348 views

Inset Calender event and reminder

I want to add a reminder in google calender's through my android application(android studio) but I have tried everything but it doesn't add in the calendar. I have also tried to add through the https:/...
Umaima Khurshid Ahmad's user avatar
0 votes
1 answer
100 views

Should I use an AlarmManager or a CalendarProvider

I was recently working on a reminder type app, where the user can select a future date (may be in days or months) from a calendar/date picker and will be notified about that event at the selected date....
naxrohan's user avatar
  • 382
0 votes
1 answer
259 views

How to repeat event weekly by using selection on multiple days from my application

I am using checkbox for selection of multiple days if (monday == 1) { chkMonday.setChecked(true); } if (tuesday == 1) { chkTuesday.setChecked(true); } if (...
urvi joshi's user avatar
2 votes
1 answer
2k views

It is not under singleton mode, U can't use it

In my Reminder app, If I select time which just passed away, then app not working, getting following error: Log D/ANRAppManager: !!! It is not under singleton mode, U can't use it. !!! 05-13 10:55:...
Sun's user avatar
  • 6,848
2 votes
0 answers
105 views

API for google reminders created in the calendar

For some time we have been getting the option to create reminders using the calendar app in android. I was wondering if there's an API for it - displaying the reminders for starters. I'm not ...
user2679041's user avatar
3 votes
3 answers
3k views

Add event and reminder not working in 6.0 marshmallow

I am facing on weird issue. I am trying to add events in calendar and also reminder. It's working fine in all devices except the one having Marshmallow - 6.0 When i try to add events, it also returns ...
Beena's user avatar
  • 2,344
16 votes
0 answers
328 views

How to query new Android Calendar App Reminders?

Last month Google Added the ability to add standalone Reminders into their Calendar app (see article), i have tried to get those events through the standard Calendar Content provider but without any ...
FrankMonza's user avatar
  • 2,044
-3 votes
1 answer
3k views

How to calculate next birthday from current date in java?

I am retrieving different formats of birthday dates from contacts and callender application. From these dates i want to calculate number of days left for next birthday from current date. Please help ...
Chaitanya Reddy's user avatar
3 votes
0 answers
266 views

Setting weekly reminders for future date android

I am writing a reminder app to set weekly reminders.When user selects a future date, I want to set that day of week for recurring weekly reminder. This is logic I am using: I am using Joda time to ...
Shashank Gudipati's user avatar
7 votes
2 answers
17k views

Adding event with reminders to calendar with 'Intent.putExtra()' way of doing

I'm trying to add events to calendar with the following code : public Intent calPopulation() { Intent calIntent = new Intent(Intent.ACTION_INSERT); calIntent.setType("vnd.android....
Alexandre's user avatar
  • 1,279
0 votes
1 answer
691 views

Schedule multiple notifications at fixed date and time?

I have to display some notifications from my app on fixed date and time which is selected by the user which are sort of reminder. It can be done using the ALARMMANAGER by android. I am not able to ...
WISHY's user avatar
  • 11.7k
0 votes
0 answers
515 views

How to save events in Android & get reminders of events but without showing events to other Calendar Apps?

I have an app in which I am allowing the user to schedule future events and control volume settings during those times. So, I am allowing user to create events (with dates, times, and frequency). I ...
user1406716's user avatar
  • 9,695
0 votes
1 answer
175 views

Cannot disable reminders for calendar events

I want a calendar event WITHOUT reminders. I have the following code: private void addToCalendar(Context ctx, String missedCallName, String phoneNumber, int missedCallImportance, long ...
keybee's user avatar
  • 1,498
1 vote
1 answer
2k views

How to add reminder details to Calendar- Android

I'm a newbie in Android and i need some help in setting up a calendar for my application. Calendar is one of the four parts i have in my App. others include setting up a reminder. Now what i need is, ...
hexagon's user avatar
  • 117

15 30 50 per page