I'm fairly new to python. I was trying to google and find code examples of using sched.
What I would I would like to do:
- Input a date 2015-07-02 and time 23:00:00
- allow a command to run at that specified date and time
- View all the scheduled event
- delete a scheduled event
I'm assuming sched is what I should use.
I've been trying to understand the documentation for sched and was unable to see any clear examples. Any code examples, a place to learn by examples or better documentation that helps clearly understand sched would be greatly appreciated.
Any help would be greatly appreciated.