Our company owns several facilities that host events. During these times we turn everything on and watch it, and "when the carnival leaves town" we shut it all down. I know I can just click these things and unmanage them until the next event, but it's inelegant. I'd like something to handle this automatically.
I was thinking I could add a table to the database with 3 columns, something like:
SITE | Event start | Event End
abc | Dec 1 | Dec 8
abc | Dec 12 | Dec 17
bcd | Nov 7 | Nov 15
cde | Mar 1 | Mar 8
Any site could have any number of events, I just need to query for the site in question and see if any events are "ON" at the moment and if so I need to alert the designated devices, and if there is nothing going on I need to ignore or unmanage these devices.
I've played with custom fields and we use them quite a bit but they don't lend themselves well to a multi-event type of setup. I'd like to just put the whole schedule in one spot for the year and have the system handle everything else automatically.
Any suggestions?