rules views integration
Integrating Views into Rules
Hello everyone,
I'm building a project/task management system on Drupal for my company.
I need to integrate Views into Rules. The general idea is the following:
I want to trigger a rule on cron and once a week send an "overview" to each member of a project showing their tasks, by email.
Rather than writing a gnarly PHP SQL kludge, I'd rather just work on some basic views integration. The basic idea is to create an rules action in the views module that allows me to render a specific view (perhaps passing arguments) and store the output.
Here's the integration plan:

