Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
Advice
0 votes
2 replies
85 views

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

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

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 ...
Daniel's user avatar
  • 2,092
0 votes
1 answer
105 views

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 ...
Rod's user avatar
  • 1
0 votes
0 answers
73 views

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

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

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 ...
lsr's user avatar
  • 354
0 votes
1 answer
408 views

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

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

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

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

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

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

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 ...
szabim3's user avatar
0 votes
1 answer
856 views

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 ...

15 30 50 per page
1
2 3 4 5
...
27

AltStyle によって変換されたページ (->オリジナル) /