I have dug through pages of CSOM documentation and can't find anything on the ActiveResourceChanging and ActiveResourceChanged Client Side Events in the WebScheduleInfo object.
Can anyone tell me what parameters that even passes so I can build a function to capture it?
nevermind, found it myself...
function
wsi_ActiveResourceChanging(oScheduleInfo, oEvent, newResKey) {
//Add code to handle your event here.
}