Comment on Ask HN: How can I get full screen meeting reminders on a Mac?Comments−Someone3yI don’t have Ventura installed, but https://stackoverflow.com/questions/25357376/getting-notific... may still work.Basically, a program running in the background can use file system events to detect when the database storing notifications is updated, and then query it.
Comments
I don’t have Ventura installed, but https://stackoverflow.com/questions/25357376/getting-notific... may still work.
Basically, a program running in the background can use file system events to detect when the database storing notifications is updated, and then query it.