I have a content type which I want a node to be created for every active user of a certain role every day.
The node should be "created" by the specific user, so they can go edit it when they login.
I've tried to use the rules module for it, but first of, I cant find a "react on event" that seems efficient.
Secondly, if I just use an event like "Cron maintenance tasks are performed", it doesn't seem that the actions and conditions are able to do what I want.