Spintron schedule triggering an action

I was wondering if the spinitron schedule might be used to trigger an action via IFTTT or the like, much as Google Calendar does. Or whether the Spinitron Schedule might be exported to a separate Google Calendar.

Not natively, though shouldn’t be too difficult to put something together with a quick Python script (assuming you have an API proxy deployed).

Poll the API at a regular interval, and, depending on the condition you’re looking for (e.g. a certain playlist begins broadcasting or ends, etc.) execute the action that you need taken.

Is there a use case you have in mind?