Uses for Job Schedulers in NonEnterprise
Quartz also can be helpful in plenty of nonEnterprise situations. For example, suppose you had a standalone application with events based on time, not on mouse clicks. You could build Quartz into the application and schedule events to occur periodically within the application.
As another example, you might just want to query a database and send e-mails to mail recipients based on the data.