I am running a site that collects links to documents discussing various aspects of software project management and implementation. I want to produce a monthly newsletter that reports all the new links; however I don't want to manually modify the newsletter each time I add a new link. I am using the bibliography module to record all the linked documents.

I'd link to use the views module to create a view that lists only those links that we're added during a specific date range. I have tried setting up a view that uses view arguments to define the start and end dates; however when I update the test page I get no results.

I am using the insert_view module to insert the view into a node, using the tag

[view:DateRangeBiblio=5=20070301,20070331]

I've tried to find the answers before posting, but have been unsuccessful.

Firstly, has anyone managed to create a view using arguments to specify a date range? If so, can you please give me some pointers?

Secondly, has anyone managed to do it using the insert_view module?