Comments on: jQuery for Everyone: Hourly Summary Web Part http://www.endusersharepoint.com/2009/06/01/jquery-for-everyone-hourly-summary-web-part/ No GeekSpeak on SharePoint 2007 WSS and MOSS Mon, 27 Dec 2010 14:28:49 -0500 http://wordpress.org/?v=2.8.6 hourly 1 By: AutoSponge http://www.endusersharepoint.com/2009/06/01/jquery-for-everyone-hourly-summary-web-part/comment-page-1/#comment-13317 AutoSponge Tue, 02 Jun 2009 03:45:19 +0000 http://www.endusersharepoint.com/?p=1719#comment-13317 If it's a problem for bmix, I should be able to update the filter to ignore data with a recurrence node. UPDATE: I just tested that. By changing the getHours line to filter Recurrence, it ignores those troublesome events. <pre> hours[i]=ows.getValues('Calendar','Start Time',['Recurrence','==',0,'Start Time','<=',today+z+i+":00:00",'End Time','>=',today+zz+(i+1)+":00:00"]); </pre> If it’s a problem for bmix, I should be able to update the filter to ignore data with a recurrence node.

UPDATE:

I just tested that. By changing the getHours line to filter Recurrence, it ignores those troublesome events.

hours[i]=ows.getValues('Calendar','Start Time',['Recurrence','==',0,'Start Time','< =',today+z+i+":00:00",'End Time','>=',today+zz+(i+1)+":00:00"]);
]]>
By: AutoSponge http://www.endusersharepoint.com/2009/06/01/jquery-for-everyone-hourly-summary-web-part/comment-page-1/#comment-13316 AutoSponge Tue, 02 Jun 2009 03:35:13 +0000 http://www.endusersharepoint.com/?p=1719#comment-13316 @Christophe, Actually, it does seem to support recurring events to a point (as long as it repeats the same time every day). Bmix did not seem to need recurring event support. And you probably well know, expanding recurring events is a major pain in the rear. @Christophe,

Actually, it does seem to support recurring events to a point (as long as it repeats the same time every day).

Bmix did not seem to need recurring event support. And you probably well know, expanding recurring events is a major pain in the rear.

]]>
By: Christophe http://www.endusersharepoint.com/2009/06/01/jquery-for-everyone-hourly-summary-web-part/comment-page-1/#comment-13315 Christophe Tue, 02 Jun 2009 03:20:15 +0000 http://www.endusersharepoint.com/?p=1719#comment-13315 Will this work with recurring events? I'd say no, as the "Start time" field in recurring events is not the actual start time. Will this work with recurring events? I’d say no, as the “Start time” field in recurring events is not the actual start time.

]]>