I have a Content Type called Reservation, which is used to book some items, combining events with the Resource Conflict module.

I created a view where you can select the data range to display, and you get a table displaying all the reservations that book the the selected item in that date.

I wonder if there is a way to add a filter to the calendar view so I can generate a calendar displaying only the Reservations (Events) that have a nodereference to the selected Resource (node), without modifying the code base of Event...

Any ideas?

Comments

zetxek’s picture

Status: Active » Closed (fixed)

Ok, I found this really easy to do using Calendar module, which allows you to create a calendar view.

gb’s picture

Hello,

I am trying to do a very similar thing to your request above. Could you let me know how you did it?

I have an event content type which has a node reference field to a project content type. The events show on a calendar just fine.

Each project node has specific user permissions applied to them but not the linked event.

What I want to do is if the user logs on they only show the node referenced events on the calendar that the user has permissions to from the referenced project node.

If you had any thoughts or anyone other drupaller to offer from I would be very grateful

thanks!
gb