<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Codejock Developer Community : Multiple Resources/Schedules With SQL Server</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Calendar : Multiple Resources/Schedules With SQL Server]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 12:17:04 +0000</pubDate>
  <lastBuildDate>Mon, 18 Dec 2006 12:27:22 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>forum.codejock.com/RSS_post_feed.asp?TID=5799</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Codejock Developer Community]]></title>
   <url>http://forum.codejock.com/forum_images/codejock-logo.gif</url>
   <link>http://forum.codejock.com/</link>
  </image>
  <item>
   <title><![CDATA[Multiple Resources/Schedules With SQL Server : Thanks for the thorough explanation....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5799&amp;PID=18337&amp;title=multiple-resources-schedules-with-sql-server#18337</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2547">hildegoat</a><br /><strong>Subject:</strong> 5799<br /><strong>Posted:</strong> 18 December 2006 at 12:27pm<br /><br />Thanks for the thorough explanation. After re-looking at some other threads, I think I have it mostly figured out. <img src="https://forum.codejock.com/smileys/smiley1.gif" border="0">]]>
   </description>
   <pubDate>Mon, 18 Dec 2006 12:27:22 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5799&amp;PID=18337&amp;title=multiple-resources-schedules-with-sql-server#18337</guid>
  </item> 
  <item>
   <title><![CDATA[Multiple Resources/Schedules With SQL Server : Data provider has Schedules collection....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5799&amp;PID=18302&amp;title=multiple-resources-schedules-with-sql-server#18302</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=862">sserge</a><br /><strong>Subject:</strong> 5799<br /><strong>Posted:</strong> 17 December 2006 at 2:52pm<br /><br />Data provider has Schedules collection. It contains pairs {ScheduleID, ScheduleName}. <br>This collection defines Name for each schedule ID.<br>You have to create such table (or may be use some existing table like Employees or Rooms)<br>&nbsp;<br>CalendarResource defines data group to be displayed in a separate column on a day view.<br>It has a reference to a data provider and a collection of schedules.<br>In a simple configuration all resources have reference to the same dada provider and one shedule ID in collection.<br>&nbsp;<br>When you opening custom data provider, firstly add your persons to data provider shedules collection.<br>&nbsp;<br>Then confgure resources to display schedules. For the simple case this just a set of visible schedule IDs. May be stored as additional field like 'IsVisible' in Schedules DB table. <br>&nbsp;<br>Calendar resource filters events by its ScheduleID property.<br>&nbsp;<br>Try to look at the logic in our sample (mnuMultiSchedulesSimple_Click).<br>&nbsp;<br>See also:<br>&nbsp;<br><a href="http://forum.codejock.com/forum_posts.asp?TID=4921" target="_blank">http://forum.codejock.com/forum_posts.asp?TID=4921</a><br>&nbsp;<br>Main Resorce configuration (which stored in XML) contains following information:<br>&nbsp;&nbsp;&nbsp; DataProvider&nbsp;&nbsp;&nbsp; - as connection string.<br>&nbsp;&nbsp;&nbsp; Schedule IDs&nbsp;&nbsp; - as array of IDs<br>&nbsp;&nbsp;&nbsp; Enabled&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - as boolean (means is visible)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .. <br>Look at the configuration XML file for more details. It is quite easy.<br>&nbsp;<br>But you have to save only properties which you need.<br><br>--<br>WBR,<br>Serge <br>]]>
   </description>
   <pubDate>Sun, 17 Dec 2006 14:52:19 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5799&amp;PID=18302&amp;title=multiple-resources-schedules-with-sql-server#18302</guid>
  </item> 
  <item>
   <title><![CDATA[Multiple Resources/Schedules With SQL Server : Hi,  I&amp;#039;ve got my calendar...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5799&amp;PID=18235&amp;title=multiple-resources-schedules-with-sql-server#18235</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2547">hildegoat</a><br /><strong>Subject:</strong> 5799<br /><strong>Posted:</strong> 14 December 2006 at 2:50pm<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>I've got my calendar working in VB.NET 2005 with a SQL Server 2000 back-end. The next step is to move the multiple resources/schedules to SQL Server, so that I can keep it all (events and schedules) in one database.</DIV><DIV>&nbsp;</DIV><DIV>After looking through the sample code, I still can't define what a Resource and a Schedule is. If I just want to show multiple calendars at once, would I make one resource and multiple schedules?</DIV><DIV>&nbsp;</DIV><DIV>Is there also an easy way to convert those XML files into corresponding SQL Server tables? Do I just need to make a Schedules table (ScheduleID, Name) or do I need to make a Resources table as well?</DIV><DIV>&nbsp;</DIV><DIV>Finally, what's the easiest way to connect to the newly made SQL Server tables? The same way I connected the calendars?</DIV><DIV>&nbsp;</DIV><DIV>-Matt</DIV>]]>
   </description>
   <pubDate>Thu, 14 Dec 2006 14:50:03 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5799&amp;PID=18235&amp;title=multiple-resources-schedules-with-sql-server#18235</guid>
  </item> 
 </channel>
</rss>