Questions tagged [reminders]

402 questions
0
votes
1 answer

How to set reminders in android using background service?

Hi I am working on a application where I am getting reminder details from user as reminder Date and reminder name and storing those in database. Now I want to know how can I start reminder through background service? Or Is there any other way if yes…
user3458918
  • 827
  • 1
  • 10
  • 15
0
votes
1 answer

Access to EKevent and EKReminder

In my iOS calendar app When Request privacy from EKEventstore For Event all thing done well.But when allow app to access Reminders All calendar disappear and when try to get calendars nil returned. This issue in iOS 7.1 only. Steps to…
0
votes
1 answer

How to delete reminder in android on click of button

I am unable to delete single events in calender android. So far I am set reminder and display all set reminder in list, now I want to delete reminder on button click. If any idea then please let me know.
Yash
  • 41
  • 1
  • 1
  • 7
0
votes
2 answers

Time based iOS Auto Start

I am trying to build an iOS app that aids in Ecological Momentary Assessment of Patients. Basically it is a simple survey app that the patients need to take thrice a day. I am new to iOS development and thus I cannot take some design decisions, I…
Vij
  • 85
  • 11
0
votes
3 answers

iOS resetting granting access to reminders

I have a silly problem, one of you surely already encountered. I am working on adding reminder/alarm in my app and I am using : eventStoreAccessGranted. It all works fine. When I installed the app for the first time, I got asked if I want to grant…
Clararhea
  • 159
  • 1
  • 2
  • 13
0
votes
0 answers

Multiple Reminders in Windows Phone

Getting InvalidOperationException or sometimes TargetInvocationException, When Control reaches at this function the Exception thrown. private void setreminders() { DateTime Date1 = new DateTime(2014, 02, 10, 06, 00, 00); DateTime…
Aditya Patil
  • 146
  • 9
0
votes
1 answer

Java. JBoss. Calendar. Creating a reminder

Could you please help me with reminder for calendar in Java that will be independent from the server. I mean, after restarting the server the action of reminder, for example, send an email, should be executed. I have already looked at this. But…
0
votes
1 answer

iOS 7 Notes Paper Background

I wanted to use the same background on a UIView that is used on the Notes/Reminders iOS 7 apps. Is this available on code or? Thanks
apinho
  • 2,235
  • 3
  • 25
  • 39
0
votes
1 answer

PHP e-mail reminder when date field is one month before due date

I'm trying to set up an e-mail notification as a reminder to let me know when a vehicle inspection is due, preferably a month in advance. When a date is one month prior to the date in the due_date inspection table, it should send the reminder. Your…
KHo
  • 1
  • 1
  • 1
0
votes
3 answers

Extending WSS3 task lists to support recurring reminders

WSS 3.0 will let me send an email to a group when a new task is added to a task list. What I would like to do is to run a weekly task that sends out reminders of tasks due within certain periods, i.e. 2 days, 7 days, 14 days etc. I thought the…
J Evans
  • 1,090
  • 2
  • 16
  • 36
0
votes
1 answer

SharePoint 2013 task reminders

I have a workflow that assigns a task to a person. I need to set up alerts so that this person would get daily reminders to complete the task starting 3 days before the due date.
Kate
  • 1,495
  • 4
  • 21
  • 35
0
votes
2 answers

Want to create custom reminder

I want to create custom reminder without using alarm, because I have requirement like when a uitextfield 's value increases than previous value the reminder need to be called. So Is there any way for doing that ??? Thanks in advance
Paras Gorasiya
  • 1,295
  • 2
  • 13
  • 33
0
votes
3 answers

Want add reminder in iphone app

I want to add reminder functionality in my iphone app, I came to know that I need to use local notification but I don't want to use it. So is there any way to fulfill my need ??
Paras Gorasiya
  • 1,295
  • 2
  • 13
  • 33
0
votes
1 answer

Reminder with many days and times per weeks

I have a list of days and time and I want to create a reminder for all days with time. Example : monday 10am 12am 15pm friday 10am 12am 15pm saturday 10am 12am 15pm every week. I know that an application can store 50 reminders but I think users…
MatDev8
  • 976
  • 5
  • 18
0
votes
2 answers

Is it possible to add a reminder to iPhone's calendar from another iPhone native app?

I have seen somewhere that you can't add a reminder to iPhone calender from another native application programatically . Is it true or false ? If false then how can we achieve that . If true then is there any other way of adding reminder to iPhone…
harshalb
  • 6,012
  • 13
  • 56
  • 92