Creating an event calendar view on the profile page

Status: 
Open
Question: 

After a lot of difficulty I finally have my panel page up and running as per the book. Now I would like to add one more piece of functionality, an events calendar. This calendar should only display events created by the user of the displayed Profile, i.e their events and nobody else's. I can build the calendar using Date and Views Calendar modules. What I don't understand is how to make it work on a per profile basis. I would be most grateful if somebody could explain how to set the views argument for this.

Responses

1. add an argument node ID.

add an argument node ID.

Then add a context to your panel: User: node author
and pass this to the views pane.

This should do the trick.

2. much appreciated, but calendar won't function in a panel pane

I believe this is a problem with the Date module or something. I guess I will have to post on the relevant module pages at Drupal.

Still if anyone knows of this issue being fixed please let me know.

Thanks again.
Mark.

3. Oh seriously? Will it

Oh seriously? Will it function as a views block (instead of a views pane), that you then add to the panel?

4. would a views block have the necessary argument input?

To be honest I think I will skip the calendar display for this and use a simple views list with the argument you recommended.

Thanks.