python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
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 = Ca...
user17928877
Votes: 0
Answers: 2
how to create a notification trigger out of a selective weekday date that repeats weekly until a condition is met- swift
I am building a medication reminder app and wanted to ask a few questions if anyone could answer some of them that would be great.
I want my app to allow the user to set a selected weekday date (Monda...
peach fawn
Votes: 0
Answers: 2
How to enable macros, to send email with Outlook 2016 when a reminder fires?
I want to send email every time a recurring reminder fires.
I am using VBA code from
https://www.slipstick.com/developer/send-email-outlook-reminders-fires/
The only change I made is to set the .BCC t...
Lars - Washington
Votes: 0
Answers: 1
How do I get a list of pairs instead of pair of lists from macOS Reminders via AppleScript
The following AppleScript code:
tell application "Reminders"
set rems to {name, name of container} of
(every reminder whose completed is true and name contains "Turkey"...

hepcat72
Votes: 0
Answers: 1