Hi Everyone!

I've reached a situation where I'm not so sure how to proceed. I want to create a CCK content type that automatically populates a field: "events this week" with a list of corresponding event node links. The date range would be based on a CCK date field chosen by the user. The "starting" date has to be static so that the events don't change within the node each successive day.

What I have pondered/tried:

CCK Views Reference (Viewfield Module) - Unfortunately there seems no way to pull the cck date value into View's filters. Maybe views arguments combined with automatic paths?

Nodereference with multiple fields - This *almost* does what I need...but I'd rather not make the user choose which events to include. The more automated the better....

What I haven't tried:

CCK Computed Field - PHP that lists events in the same manner as the upcoming events block. Same question applies though...how to reference the CCK date field that determines the date range.

Are there any options that I haven't addressed? What is the best way to proceed? Thank you!!!