I'm not sure where to post this one as it involves three modules....I may post in all three in hopes of getting some help.

I want to create a View that shows Events that have users from the logged-in user's buddylist Singed Up for events. It's to entice you to follow your friends and go to those events.

So I have the Views and Event and Signup and Buddylist modules enabled. I was looking thru the Views creation and under the Views Filters it had "Buddylist: Author is a Buddy of Current User" - this was as close to my idea of what I needed. But I suppose I need a choice that reads: "Buddylist: Event that has a Buddy Signed up of Current User".

In the end, I'd like a page that shows a summary like:
- Event 1 (# of buddies signed up)
- MyBuddy1
- MyBuddy3
- Event 2 (# of buddies signed up)
- MyBuddy2
- MyBuddy3
...etc...

Seems do-able....I just don't know how to do it! Does another module for Views need to be built? Can some crafty PHP code be used in the Views?

Anyone up for the challenge?