By default, Strategy Command Manager handles cube publication synchronously (i.e. for a script with several commands, one of which being a cube publication command, the subsequent commands will not be executed until the cube publication command has completed). Thus, it is possible to create a Command Manager script that will trigger an event-based schedule after a cube has completed publishing.
Example:
Below is an example of a script that can be used to execute the event "Run Reports" after Intelligent Cube "Year Revenue Cube" has published.

PUBLISH INTELLIGENT CUBE "Year Revenue Cube" IN FOLDER "\profiles\Administrator\My Reports" FOR PROJECT "Strategy Tutorial"; TRIGGER EVENT "Run Reports";