Questions tagged [reminders]

402 questions
2
votes
2 answers

Looking for a way to present notification on even & odd days

I'm looking for a way to present notifications on even (2,4,6,8,10,12...) & odd (1,3,5,7,9,11...) days. I did something similar in reminders: /// Creates a reminder func create(_ title: String, isOddDays: Bool, hour: Int, minute: Int) { let…
Idan Moshe
  • 1,675
  • 4
  • 28
  • 65
2
votes
1 answer

Using `remind` to get next weeks schedule

I have just started using the remind tool on GNU/Linux: remind man page. I have the following bash functions using remind to get todays, tomorrows and this weeks reminders today() { remind $SCHEDULE } tomorrow() { tomorrow=`date --date=tomorrow…
niermar
  • 21
  • 1
2
votes
4 answers

How to Create Email Reminders in Nodejs?

I have a simple form containing 4 fields viz: Name DateOfBirth email Address Message I save this data to mongodb. On birthday, i need to send a email reminder. I use node_mailer for sending mails. But how to set up the reminders to send mails on…
ekanna
  • 5,462
  • 8
  • 28
  • 31
2
votes
0 answers

Scheduled notification using async storage in React Native

I want to ask on react native push notification. Right now I am trying to develop a medication reminder application using React Native Expo. Is it possible to achieve where all the input from the user will be stored on async storage with array and…
2
votes
1 answer

VBA Error Messages interspersed with running as planned

I have a Macro that works inconsistently and it is unable to run without an error occuring at some stage. It works without any problem for days but then doesn't, seemingly without reason. I change nothing, do not do anything different and am…
2
votes
1 answer

I’m creating a birthday reminder app in flutter, I’ve done everything except setting schedule notification on the specific date of birth Enter by user

I’ve implemented these things Databas. showing the records in list view There’s a add button to add user name, date of birth Local notification as well Problem is ,how to setup notification reminder on the specific date enter by the…
2
votes
0 answers

Set the alarm through the ical-Subscribe(Request type :Webcal) outlook calendar using C#

When we import outlook Calendar through Subscribe(Request type: Webcal) all the events are created correctly and synchronizing works, but the VALARM is ignored and not set. But if we download(text/calendar) generated ICS file and import into Outlook…
2
votes
1 answer

How to share Text and URL to Reminders on iOS 13

I use Sharesheet to share Text and URL to Reminders, iMessages, Mail, Notes. On iMessages, Mail and Notes, Text and URL are displayed normally. But on Reminders, nothing is displayed. Here is my source code: let activityViewController =…
Anh Lê
  • 21
  • 1
2
votes
1 answer

Is there a reason my AppleScript is running so slow?

I have a script to run from a command line prompt. The command, followed by some text, will set a reminder in the Reminder.app with a due date of next friday. The script is taking about 100 seconds to run which seem very high. on nextWeekday(wd) …
JAuburn
  • 21
  • 2
2
votes
0 answers

Set reminder in iOS

I want to ask how I can set a reminder from a string and give you a notification 10 minutes before the exact time and after that the UI change from time a to time b. let a = "04:12" let b = "11:38" let c = "15:00" let d = "18:03" let e ="18:59" I…
ferryawijayanto
  • 569
  • 4
  • 18
2
votes
2 answers

What use to make reminder app?

I want to write reminder. What i need to use? Make service app or just standart app runing in background or another way? Thanks for replys!
RomaTTi
  • 327
  • 2
  • 12
2
votes
1 answer

Telegram bot send message in certain hour in ruby

I would create a telegram bot in ruby that send a message in a determinate hour i decide. For example. It's 8 am and the bot send a message "Good morning". Of course every morning at the same time. It could be a kind of reminder. I can get the time…
Atlas91
  • 5,754
  • 17
  • 69
  • 141
2
votes
1 answer

Alexa Skill: send customized reminders from the backend?

I'm a newbie to Alexa skills development. I have a question regarding delivering reminders to users. For example, if I want to remind users something every 30 minutes, and every time the content of the reminder is different (e.g., drink water or…
randomcat
  • 413
  • 1
  • 4
  • 16
2
votes
1 answer

Meeting reminder (.ICS) email attachment not taking time zones into account even though UTC time specified

We have a C# console app which sends out registration confirmation emails for local events. I just added logic to attach an .ICS calendar appointment reminder to the email, specifying UTC times. When a user gets the email and adds the appointment to…
Amorphous Blob
  • 195
  • 2
  • 11
2
votes
2 answers

Set a second reminder when create reminder button pressed in Swift 3

I've created an appointment reminder app for customers but a few have said they would like the app to give them an earlier notification say one day in advance (24 hours) as well as at the time of the appointment, but I'm unsure how I can edit my…
Elfuthark
  • 261
  • 1
  • 4
  • 17