Tell me more ×
SharePoint Stack Exchange is a question and answer site for SharePoint enthusiasts. It's 100% free, no registration required.

When you activate Group Work Lists feature in a site you get the resources list and a few other lists.

If you had the resources list to a page then you can see the list and you have to add each resource list to the page using the resources link.

What I would like to do is have the resources already included on the page when a user visits the site. So if I have 3 Digital cameras, you can see the bookings for those cameras by defualt without having to add each one as a resource.

Does anyone know how to do this?

Does that clarify the situation any better? I will try and add screenshots as soon as I can

share|improve this question

7 Answers

I think this hooks into the resources mailboxes in later versions of MS Exchange, but I could be wrong.

share|improve this answer

Later then 2010 Jimmy? The thing is you can add the resources using the button which must be a little javascript or something so if I can mimick that action then I could haave all the resources preload when the page is opened. Know the process and not the theory, always the case :)

Matt

share|improve this answer
Not entirely certain, just a guess, but I reckon it's the Resource Mailboxes in 2010. Could try making a couple in the backend and see if it appears when you hit the add resources button. – James Love Aug 8 '10 at 11:28

I am also trying to figure this out. We have added 10 resources. And I want all the resources to show up in the default calendar view wihtout having to add them to the calendar every time I need to check or schedule a resource...

share|improve this answer

You can create a SharePoint Group like "Staff" and add the members that you need to that group make sure domain users has permissions for this group as well so that any user can use the group. Then you just type Staff in the resources text box and the ten resources get added.

share|improve this answer

Unfortunately, there is a POST to an .ashx page for every resource you add. Only solution I see is to build a custom webpart which renders a form for every resource, method=POST, action=the specific URL to the .ashx page, including all parameters.

share|improve this answer

I know this post was created quite a while ago but I will post my recommendation in case someone else comes looking...

I may be misunderstanding the question but there seems to be a simpler solution if all you want to do is look at a calendar and see what resources are being used. One way is to create a new view and make the title of the event be the resources column instead of the 'title' column.

If you use a week view instead of month view, you could actually assign the resources to be the subheading instead of the title so you could still see the actual name of the event too.

Another way is using the Week Group view where you can add resources at the bottom to view their availability throughout the week before you add events.

share|improve this answer

If you're looking for an answer, please visit blog post here:

http://zepeda-mcmillan.blogspot.com/2011/03/displaying-default-resources-on-group.html

I just encountered the same issue, and decided to come up with a workaround until MS fixes it.

share|improve this answer
Please avoid link only answers – SPArchaeologist May 17 at 7:41

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.