Skip to content

Instantly share code, notes, and snippets.

View japanese-goblinn's full-sized avatar
🍎

K japanese-goblinn

🍎
View GitHub Profile
@japanese-goblinn
japanese-goblinn / list_reminders.applescript
Last active May 15, 2022 13:18
How to get reminder creation date from Apple Reminders
#!/usr/bin/osascript
use scripting additions
set reminders_names to {}
set creation_dates to {}
set output to ""
tell application "Reminders"
launch