Stump the Panel Topic: Calendar double-booking http://www.endusersharepoint.com/STP/ Paul Grenier, Lead Moderator en Mon, 16 Feb 2009 22:29:52 +0000 AutoSponge on "Calendar double-booking" http://www.endusersharepoint.com/STP/topic/calendar-double-booking#post-4226 Fri, 13 Feb 2009 12:30:23 +0000 AutoSponge 4226@http://www.endusersharepoint.com/STP/ <p>dsibley</p> <p>I can tell you there are hooks already available for form validation with js, I've blogged about it multiple times. The trick is getting to the list data, parsing, and searching it (quickly) for a conflict. Triggering a "return false" for submit is the easy part. </p> laura67 on "Calendar double-booking" http://www.endusersharepoint.com/STP/topic/calendar-double-booking#post-4215 Fri, 13 Feb 2009 11:19:54 +0000 laura67 4215@http://www.endusersharepoint.com/STP/ <p>I've used the Employee Training template a lot, and I don't think that it does anything regarding checking for double-booking. It is a *very* cool template, though. My favorite.</p> <p>Laura Rogers </p> dsibley@hotmail.com on "Calendar double-booking" http://www.endusersharepoint.com/STP/topic/calendar-double-booking#post-4208 Fri, 13 Feb 2009 10:49:56 +0000 dsibley@hotmail.com 4208@http://www.endusersharepoint.com/STP/ <p>I wonder how hard it would be to add some validation javascript? It would merely need to intercept the "OK" press on a new/edited submission, query the calendar, compare the times on the calendar, and submit or give the user a pop-up. I've not done any custom Javascript on SharePoint so I don't have a good idea of the work effort involved. </p> baldcat on "Calendar double-booking" http://www.endusersharepoint.com/STP/topic/calendar-double-booking#post-4195 Thu, 12 Feb 2009 23:16:36 +0000 baldcat 4195@http://www.endusersharepoint.com/STP/ <p><a href="http://www.codeproject.com/KB/sharepoint/SharepointReservation.aspx" rel="nofollow">http://www.codeproject.com/KB/sharepoint/SharepointReservation.aspx</a></p> <p>We are looking at this, before we try developing something with our newly aquired Nintex Workflow licenses :) YAY </p> AutoSponge on "Calendar double-booking" http://www.endusersharepoint.com/STP/topic/calendar-double-booking#post-4192 Thu, 12 Feb 2009 21:49:45 +0000 AutoSponge 4192@http://www.endusersharepoint.com/STP/ <p>dsibley,</p> <p>That's a tough one for OOB end-user functionality. Without the template jaxkookie suggested, I think your only bet would be a custom workflow (Visual Studio not SPD) or some really fancy validation with JavaScript.</p> <p>Exchange is still better at managing resources. </p> jaxkookie on "Calendar double-booking" http://www.endusersharepoint.com/STP/topic/calendar-double-booking#post-4188 Thu, 12 Feb 2009 20:12:13 +0000 jaxkookie 4188@http://www.endusersharepoint.com/STP/ <p>The great 40 templates has a Employee Training Scheduling and Materials template that will most likely fit your needs. You can find it here <a href="http://technet.microsoft.com/en-us/windowsserver/sharepoint/bb407286.aspx" rel="nofollow">http://technet.microsoft.com/en-us/windowsserver/sharepoint/bb407286.aspx</a> </p> dsibley@hotmail.com on "Calendar double-booking" http://www.endusersharepoint.com/STP/topic/calendar-double-booking#post-4182 Thu, 12 Feb 2009 17:25:49 +0000 dsibley@hotmail.com 4182@http://www.endusersharepoint.com/STP/ <p>We are using several instances the calendar web part to book conference rooms and projectors. Unfortunately, people are double-booking with alarming frequency and complaining about the result. Is there a way, using end-user SharePoint to prevent double-booking? </p>