Questions tagged [reminders]

402 questions
0
votes
1 answer

put reminders in all events android calendar

Hi I'm trying to put reminders to all events that I have inserted a calendar that I created. Can this be done? How? Thanks.
jesus vicioso
  • 21
  • 1
  • 6
0
votes
1 answer

How would iOS reminder functionality be implemented?

What is the recommended way to implement a reminder functionality, which would survive the app being in an inactive state, and would wake it up at a predetermined time? Using NSTimer seems to be OK in the foreground, but the user should be able to…
Eugene Goldberg
  • 14,286
  • 20
  • 94
  • 167
0
votes
1 answer

how to integrate SMS & EMAIL Reminders in my play2.0 framework web application.

I'm creating a web application in play2.0 framework.In this application i need to integrate SMS and EMAIL reminder to send sms and email on a particular date and time by getting the details from database. For that is there any Free API's or…
-1
votes
0 answers

A timed self executing reminder on Windows at a specific time that doesn't use Task Scheduler

My first time here. I was hoping someone could show me (or give me) a piece of code that would allow for a flashing text reminder to appear on Windows at a specific time of the day? I don't want this to use task scheduler and need it to work across…
-1
votes
1 answer

How to set day and time reminder in Alexa using IBM Watson Assistant?

How to set reminder for day(Weekdays like Monday, Tuesday etc..) and time in Alexa using IBM Watson Assistant? I am able to set date and time in IBM Watson Assistant using system entities like @sys-date and @sys-time.The context variables like $day…
-1
votes
1 answer

Set custom sound for reminder

I am working on a project which has alarm type of functionality. For which I am using "Reminder" default application for iOS. Which is properly done by using below code: EKEvent *event =[EKEvent eventWithEventStore:self.eventStore]; event.title…
ios developer
  • 3,363
  • 3
  • 51
  • 111
-1
votes
1 answer

Android SQLite dealing with days

I am relatively new to Android and SQLite, I was wondering I can create basic form input where user can input his data to be added to SQLite table When it comes to selecting the day, Monday, tuesday...etc is it possible to compare current day that…
-1
votes
1 answer

Generating Reminders or Alarms in a Worklight mobile application

I am creating a medical app where in i am storing the medicine schedule and appointments with doctors and similar things.. I want my worklight app to generate alarms or reminders using this data. I dont know how to proceed. I guess i would have to…
Devrath N D
  • 601
  • 2
  • 8
  • 19
-1
votes
2 answers

Disable Reminder using objective c

I am developing an app for medicine reminder. The user inserts the medicine name and time from date picker and I create a reminder for each one. My question: how I can delete a reminder when the user wants to edit the medicine time for any kind of…
Fadia Jaradat
  • 199
  • 2
  • 16
-1
votes
1 answer

iOS Reminders change state programmatically

Is it possible to change this switch programmatically? I have a switch in my App to enable/disable all notifications and if I could toggle this switch I wouldn't have to remove or re-add all reminders everytime the user changes this setting.
Pacha
  • 51
  • 1
  • 7
-1
votes
1 answer

Is it possible to set a reminder in an iOS application that notifies the user with a custom popup on the phone without the application having to run?

I want to set a reminder in an application, close the application completely and then get a custom popup at the time my reminder was set. I know about Local Notifications and Push Notifications but it seems like for Local Notifications to work the…
JakesRassie
  • 616
  • 1
  • 6
  • 20
-1
votes
1 answer

Issue on Android Reminder Snoozing

I have created a Reminder App with Snoozing option.. Everything is alright when snoozing is activated for only one reminder.. When i add a second reminder, the first one was duplicated(overide) by the second one.. I attched the code here. Plz help…
Raja45
  • 11
  • 2
-1
votes
4 answers

ATM machine example in PHP

I need to write a PHP script that calculates the No. of time it divides a number and reminder too. Lets say $amount=9200; if I divide this with 5000 then output should be 5000: 1 times and Reminder: 4200. I think i need to use $n=$amount%5000; But I…
Its Me
  • 3
  • 1
  • 2
-2
votes
4 answers

How to persist / save program information

I wrote a reminder program that runs automatically on startup. I want to know if there is a way, other than SQL-Server, to store event, date and time data. I do not want to use SQL-Server for this work, because I think SQL-Server is very big for…
Arash
  • 3,013
  • 10
  • 52
  • 74
-2
votes
2 answers

creating weekly reminders for only weekdays - swift

I currently have an array of weekdays and wish to set them as reminders weekly - here is the code so far. for i in selectedWeekDay { let dateInfo = Calendar.current.dateComponents([.hour, .minute,…
1 2 3
26
27