Topic: Microsoft Outlook as Event Scheduler
Hello,
I would like to get feedback for an Idea. Has anyone considered using Outlook to trigger events in a NION? The Outlook Calendar is an intuitive and easy to use interface that most people are already familiar with. Since outlook allows custom forms to be developed and VB script to be written it seems plausible to create a scheduler to trigger events in a NION. Add the far reaching capabilities of calendars on an exchange server, and it seems as though you would have a powerful event scheduler.
My basic idea (this is a simplified process it can obviously be made more complex) for the process would be:
1. User creates and event in outlook
2. Using a custom outlook form they select from a list of commands (derived from a database) they can send to the NION when the event occurs.
3. The commands to send are written to a database with the outlook event id.
4. A VB program running in the background would constantly be looking for when the next outlook event occurs.
5. When an event occurs the commands to send would be read from the database and sent to the NION using Telnet RATC via the VB program.
The objectives would be:
A. Easy to Use and User Friendly.
B. Does not require outlook to be running for an event to trigger.
C. Flexible enough to send any RATC command.
D. Background VB program is reliable and stable.
I do not know much about VB scripting in outlook (or in general), but this seems reasonable. I am just trying to think of a simple solution that does not require a ControlMatrix, but is more powerful/intuitive than the built-in scheduler.
Thanks,
JRG