Questions tagged [reminders]
402 questions
-2
votes
1 answer
Question about writing code in VBScript to create a reminder or alarm
I wish to create a reminder or an alarm to remind myself of reports due especially with irregular frequency.
Below is the code I wish to call automatically on a day and time I specify. It will pop up a message box and if No is clicked, it will ask…

Passer-by
- 71
- 2
- 10
-2
votes
1 answer
Create a do not forget list app on google home
Is it possible to create the following:
Me:"Hey Google, I'm leaving!"
Home:"Don't forget your keys, wallet & phone. Have a great day!"
Better yet:
M: "Hey Google, add "watch" to the "I'm Leaving" list.
H: "Ok. I have added "watch" to the "I'm…

Walter Mahar
- 1
- 1
-2
votes
1 answer
Implement daily reminder notification in my app
I would like to ask some questions and getting your advise regarding to reminder notification, I have no experience in coding Java and this is my first trying develop Android app. My apologize for if my questions are duplicated.
The brief of what I…

user1397859
- 21
- 9
-2
votes
1 answer
Alarm with Text Reminder in C#
I'm working with an alarm app using C#.
Firstly, I have a Form named AddReminder.cs which take Year, Month, Day, Hour, Min and some description about what to do in that time. If I click a button named Add Reminder then it all information will save…

Lutfor Rahman
- 33
- 4
-2
votes
1 answer
Android:calling Reminder option
I have been searching the internet for an hour trying to find out how to call a reminder.

madhu527
- 4,644
- 1
- 28
- 29
-2
votes
1 answer
How to remove local Notification in iOS for reminder
I am setting reminder in application for a particular time using local notification if i want to set five reminder i can easily done it. but if i wish to remove any reminder how will i remove notification for a particular time in iOS. please guide…

Sishu
- 1,510
- 1
- 21
- 48
-2
votes
1 answer
Given an event with date and time, how to send an email 2 days before the event?
Exactly what the title says.
In my database, I have a list of users and a list of events with date and time.
How do I write the script which enables me to automatically (preferrably) send an email to the users list reminding them about the event 2…

user2772219
- 129
- 1
- 10
-3
votes
1 answer
how to make a program remind me in a specific time everyday in python?
I tried to make a program that reminds me of a specific time everyday with a notification, there is no errors, but the code doesn't work and I really don't know how to solve this.
This is the code:
import schedule
from plyer import…
-3
votes
1 answer
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 me how to do that?
TextView left = (TextView)…

Chaitanya Reddy
- 43
- 9
-3
votes
2 answers
Java reminder mail
I am writing a JAVA program for a fictional dentist company. The program needs to send an email reminder mail 48 hours before the actual appointment with an email template that can be edited in the program.
Im stuck with how to send an email…

oscarteg
- 187
- 1
- 10
-4
votes
1 answer
How to create reminders that don't have to be shown in the Apple's Reminders app
With the following code I can successfully create a reminder event and add an alarm to it that triggers 10 seconds after the event has been created. What I don't like about the way the reminder is created is that it shows in the Apple's Reminders…

fs_tigre
- 10,650
- 13
- 73
- 146
-4
votes
1 answer
Store multiple day value in single entry in sqlite
i want to store multiple day values like Sunday, Friday etc.. in my database with single entry for recurring alert purpose see my below image
In this above image i check Sunday, Wednesday, Friday so in my database entry should be single with…

Harshal Kalavadiya
- 2,412
- 4
- 38
- 71