conniexu444/meeting-reminder — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a cute macOS app called MeetingReminder that reminds me when a calendar meeting is coming up. I want it to live in the menu bar and also show in the Dock. When a meeting is about five minutes away, a hand drawn pink airplane should fly across the screen with a pink banner behind it that says something like “Standup in 5 min”. It should float above other windows, even if I’m in a full screen app.

It should read events from the normal Mac Calendar app, so iCloud, Google Calendar, and Exchange all work as long as they’re connected there. The first time I open it, let me grant calendar access from the menu bar menu. Add a simple menu with status, a Grant Calendar access button, a Test airplane button, and Quit.

Use native Swift for macOS. Make it easy to tweak the timing, text style, plane size, banner artwork, and flight speed later. Look up current Apple docs online if needed.

Want more depth? Deep Reverse