We like to have more information, which Arduino board you are using and what the error output was.
That Schedular library is old.
I installed the zip file in the Arduino IDE: Menu -> Sketch -> Import Library -> Add Library.
In "Schedular.h" I changed "#include <WProgram.h>" into "#include <Arduino.h>".
Then I run the example and it compiled and it did something on my Arduino board.