Tag

reminder

1 views collected around this technical thread.

Python Programming Learning Circle
Python Programming Learning Circle
Aug 4, 2021 · Backend Development

Python Debt Reminder Tool Using APScheduler and PyInstaller

This article explains how to create a Windows desktop reminder that notifies a friend about overdue debt using Python's APScheduler for scheduling, win32api for pop‑up messages, and PyInstaller to package the script into a standalone executable.

PythonWindowsapscheduler
0 likes · 3 min read
Python Debt Reminder Tool Using APScheduler and PyInstaller
Sohu Tech Products
Sohu Tech Products
Jun 23, 2021 · Mobile Development

Implementing Weekday Calendar Reminders with Holiday Filtering on iOS

This article demonstrates how to create recurring iOS calendar reminders for Monday‑to‑Friday workdays, filter out Chinese statutory holidays using an external holiday‑cn JSON source, and handle make‑up workdays, providing complete Swift code and step‑by‑step explanations.

EventKitSwiftcalendar
0 likes · 17 min read
Implementing Weekday Calendar Reminders with Holiday Filtering on iOS