403 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
Advice
0
votes
2
replies
85
views
Apple developer account for a reminder app
I am making a reminder app for both iOS and android based in expo using this video https://m.youtube.com/watch?v=V-hois8dgM4 for the base of the design. Unfortunately, I‘ve come to the point where I ...
0
votes
0
answers
60
views
How to implement offline reminders in Expo without Firebase?
I'm working on a Special Reminder project using React Native + Expo ~52.0.36.
I store reminders in JSON format, which should trigger at:
[
{
"clock": 3,
"endDate&...
0
votes
1
answer
130
views
Applescript to set a reminder with date but no time
I would like to edit a reminder in Applescript and for each undated reminder, set today's date, but no time. (Not midnight - NO time.)
tell application "Reminders"
repeat with r in every ...
0
votes
1
answer
105
views
Sending Outlook reminder email from Excel
I am trying to send a reminder email using Excel VBA. I am using Excel 2007 and Outlook 2007.
It is showing the email message in Outlook but the email has not been sent.
Here is the code:
Sub ...
0
votes
0
answers
73
views
How to create a Appointment Reminder API in twilio account for free using python?
I want to create an API for messaging in python with options to cancel,confirm,reschedule appointments prior to 48 hours before the appointment. Can someone give me ideas to develop this API fast and ...
0
votes
2
answers
237
views
How to build a nestjs reminder function
In nestjs i have a POST api to add a Date object which is the date and time to send a notification to mobile app.
So i need to check for all users, which all reminders are reached so that i need to ...
0
votes
0
answers
31
views
How to create cronjob such that reminders are triggered as per user timezone?
I have an app where I need to send reminders for upcoming sessions. Now, users are spread across the globe. There session timing is stored in UTC in the database. Now, I am getting confused as to how ...
0
votes
1
answer
408
views
Flutter, Reminder notifications
I have a list of articles (notes) contained locally in the application. I'd like a notification to appear every 8am and 8pm asking the user to read a randomly selected article. When the user clicks on ...
0
votes
0
answers
96
views
Schedule morning and evening reminders for the each user in the database based on their timezone in NodeJs
I am trying to build an application where the users can be sent a morning and evening reminder based on the time that they select. I looking for ideas as to how to acheive this. There could be users ...
0
votes
1
answer
100
views
Removing Reminders from entire series of appointments in Outlook VBA
I have a simple macro to remove any reminder from the selected calendar appointment:
Public Sub RemoveReminder()
If Application.ActiveExplorer.Selection.Class = 74 Then
Application....
0
votes
1
answer
107
views
Send Slack notification n days before certain date
With this code, in Apps Script, I could send a slack notification to a channel, when in col E of my spreadsheet there is an expiring date in format (DD/MM/YYYY) GMT+01:00 (Rome Time).
Here if (...
0
votes
1
answer
83
views
python: My task scheduler cannot show more than 1 task
import openpyxl as xl
from datetime import date
workbook = xl.load_workbook('Schedule.xlsx')
sheet = workbook['Sheet1']
for column in range(2, sheet.max_column + 1):
for row in range(2, sheet....
0
votes
1
answer
119
views
Send email from Google Sheet 2 weeks prior a date
I am new to appscript, I would like to send a email to myself as reminder 2 weeks prior the employee next review. Please see below for the Sheet.
https://docs.google.com/spreadsheets/d/...
0
votes
1
answer
228
views
Filtering out Orleans Reminder Grains at startup when they load into the memory from MySQL server
My application at the startup loads all of the reminder grains from the MySQL server but the server contains different type of reminder grains from different applications.
It means I got these kind of ...
0
votes
1
answer
856
views
Telegram Bot set reminder
Hello guys i am currently developing a telegram bot which can set reminders. However, i am facing a lot of errors while doing this task.
The coding that i used:
update.message.reply_text("What ...