Hi,

I need to create event schedules programmed like cron or quartz-scheduler (every 30mins, or every Tuesday at 1pm, etc.). The schedule needs to persist whether the app is running or not and the app needs to react to these events when it is active.

Is there any popular framework for this in Qt/C++? I see mention of a Calendar API in the roadmap but only find information about the Calendar widget.

Cheers!