RE: Best way to query multiple calendars

2010-02-15 Thread Paul Noone
Hi Ken, Nope. My CAML query builder just imploded from the sheer effort of that. :) What are you using to rollup all the calendars into a single view? A Bamboo Solutions wp? Regards, Paul Online Developer, ICT CEO Sydney From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On

RE: Best way to query multiple calendars

2010-02-15 Thread Ken Thompson
Hi Paul, Currently I am not rolling them up, I am using Kwizcom's Calendar Plus mini calendars to display booking calendars for all the department cars in one page. So say for finance, they have their own document centre site for their cars (a sub site of cars) in which each car has a

RE: Best way to query multiple calendars

2010-02-15 Thread Chris Milne
If you're on using Outlook 2007 have you considered connecting each of the calendars to Outlook and have them display together in calendar overlay mode? Very simple but potentially effective, if clunky and a PITA J If you have any development knowledge, that's the way I'd tackle this; create

Drew Hart is out of the office

2010-02-15 Thread drew . hart
I will be out of the office starting 16/02/2010 and will not return until 17/02/2010. ___ ozmoss mailing list ozmoss@ozmoss.com http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss

Filter web part with URL params

2010-02-15 Thread Paul Noone
Hi all, I have a simple article page with a CQWP on it. The articles are divided into a number of categories and I want to re-purpose the page for each of them. I'd like to be able to pass the category filter through as a URL param. Is there some way I can achieve this? My first thought was

Cannot modify shared webpart

2010-02-15 Thread etmilis
Hi everyone, I am newbie to SharePoint, so please bare with my question :-) We have deploy a webpart used in 2 different sites, but in site B we cannot modify the shared webpart to see the properties, etc. We see the usual error An unexpected error has occurred., trying to open the page using

RE: Cannot modify shared webpart

2010-02-15 Thread Chris Milne
What kind of web part is it? You can modify the web.config file for the web app to get more info out of it by following this post: http://vspug.com/michael/2007/06/28/sharepoint-under-the-hood-see-real-e rror-description-and-callstack-stack-trace/ This will tell you a bit more, however I

Come west - SharePoint 2010 bootcamps in perth

2010-02-15 Thread Paul Culmsee
Hiya * blatant plug alert * I met Steve Smith of Combined Knowledge last year in New Zealand. He's been busy doing 2010 training for Microsoft staff all around the place. I asked him offhand to run that same SP2010 Dev and ITPro sessions in Perth and he accepted. As a result, Perth will

RE: Filter web part with URL params

2010-02-15 Thread Jason Taylor
I don't think you can do it OOTB, but there was a sub-classed version of this web part on Codeplex (developed by the Microsoft for their internal use) that included this functionality. I had a quick look but couldn't find the project. Maybe someone else has this code or know where the location

RE: Peeping into CAML Query from CQWP

2010-02-15 Thread Paul Turner
From memory I think if you set your logs to 'Verbose' it will be logged. Paul T. -Original Message- From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of etmi...@akapost.com Sent: Tuesday, 16 February 2010 2:19 PM To: 'ozMOSS' Subject: Peeping into CAML Query

RE: Peeping into CAML Query from CQWP

2010-02-15 Thread Chris Milne
Hoi hoi, This may do the trick for recursion for you; spQueryObject.ViewAttributes = Scope='Recursive'; As for pulling out the CAML, I recall someone mentioning something like that here a while ago but I don't recall the specifics. C -Original Message- From: ozmoss-boun...@ozmoss.com