I’m interested in being able to CRUD alarms in GNOME Clocks from external (non-GNOME) apps. I’m not super familiar with the inner working of GNOME but over the years I’ve seen a couple of techniques referenced for how one might do this:
- Guile scripting
- DBUS
- a temp file with MIME type set and then fed to xdg-open
I’m looking at the code for GNOME Clocks right now. I don’t really see anything in the code to indicate any of the above as an option but perhaps that’s because the functionality is pulled in via one of the many libraries.
Anyone have any thoughts?
thx