<?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 : Custom Calendar with Multiple Resources</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Calendar : Custom Calendar with Multiple Resources]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 28 May 2026 09:35:12 +0000</pubDate>
  <lastBuildDate>Thu, 07 Jul 2011 14:38:31 +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=18401</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[Custom Calendar with Multiple Resources : I&amp;#039;ve looked throught he articles...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=18401&amp;PID=65166&amp;title=custom-calendar-with-multiple-resources#65166</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5243">abutty</a><br /><strong>Subject:</strong> 18401<br /><strong>Posted:</strong> 07 July 2011 at 2:38pm<br /><br />I've looked throught he articles and tutorials and can't find any reference to a new calendar sample.<br>Does the latest ActiveX suite&nbsp; have to be downloaded to get this new sample or is there some other way of getting to it?<br><br>]]>
   </description>
   <pubDate>Thu, 07 Jul 2011 14:38:31 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=18401&amp;PID=65166&amp;title=custom-calendar-with-multiple-resources#65166</guid>
  </item> 
  <item>
   <title><![CDATA[Custom Calendar with Multiple Resources : Incase anyone needs this, a new...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=18401&amp;PID=65145&amp;title=custom-calendar-with-multiple-resources#65145</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=369">SuperMario</a><br /><strong>Subject:</strong> 18401<br /><strong>Posted:</strong> 06 July 2011 at 2:16pm<br /><br />Incase anyone needs this, a new Custom Calendar sample was added to show how to work with a custom data provider including recurrences and multiple-schedules.<br><br>Here is a note about recurrences and custom providers:<br><br>ONLY in memory\built-in providers with the master event store the recurrence patter.<br><br>&nbsp; ' "process_RecurrenceState" and "process_RecurrencePatternID" properties<br>&nbsp;&nbsp;' are used to process master events.<br>&nbsp;&nbsp;'<br>&nbsp;&nbsp;' If they are set and RecurrenceState is Master Data provider will<br>&nbsp;&nbsp;' fire DoReadRPattern event and make event as Master.<br>&nbsp;&nbsp;' And it will also generate ocurrences for RetrieveDayEvents method.<br>&nbsp;&nbsp;'<br>&nbsp;&nbsp;' These properties are temporary and they will be removed by data provider.<br>&nbsp;&nbsp;'<br>&nbsp;&nbsp;' If these properties are not set the data provider will expect that the master event<br>&nbsp;&nbsp;' is already completed - CreateRecurrence method is called and<br>&nbsp;&nbsp;' Recurrence pattern is set.<br>&nbsp;&nbsp;'<br>&nbsp;&nbsp;' This mechanism is usefull for DB data providers, when events and patterns<br>&nbsp;&nbsp;' are stored separately (in tables).<br>&nbsp;&nbsp;' But if events are stored in some memory collection or array<br>&nbsp;&nbsp;' it should not be used because the master event store recurrence pattern inside.<br>]]>
   </description>
   <pubDate>Wed, 06 Jul 2011 14:16:31 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=18401&amp;PID=65145&amp;title=custom-calendar-with-multiple-resources#65145</guid>
  </item> 
  <item>
   <title><![CDATA[Custom Calendar with Multiple Resources : Yes, I am using &amp;#034;Provider=custom;&amp;#034;.Just...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=18401&amp;PID=64482&amp;title=custom-calendar-with-multiple-resources#64482</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5243">abutty</a><br /><strong>Subject:</strong> 18401<br /><strong>Posted:</strong> 19 May 2011 at 5:38am<br /><br />Yes, I am using "Provider=custom;".<br>Just to clarify a little, the events are loaded and displayed ok, but if I try to edit a recurrence event the DoReadRPattern does not fire?<br>When using a custom provider do you need to code ALL of the DoXXX events to do something and do they need to be in a perticular order?<br>]]>
   </description>
   <pubDate>Thu, 19 May 2011 05:38:00 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=18401&amp;PID=64482&amp;title=custom-calendar-with-multiple-resources#64482</guid>
  </item> 
  <item>
   <title><![CDATA[Custom Calendar with Multiple Resources : What stings do you use for provider?...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=18401&amp;PID=64461&amp;title=custom-calendar-with-multiple-resources#64461</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=369">SuperMario</a><br /><strong>Subject:</strong> 18401<br /><strong>Posted:</strong> 18 May 2011 at 2:01pm<br /><br />What stings do you use for provider?&nbsp; This string should cause the event to fire.<DIV>&nbsp;</DIV><DIV>&nbsp;&nbsp;&nbsp; ConnectionStringCustom = "Provider=custom;DSN=Custom_DB"<BR>&nbsp;&nbsp;&nbsp; CalendarControl.SetDataProvider ConnectionStringCustom</DIV>]]>
   </description>
   <pubDate>Wed, 18 May 2011 14:01:26 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=18401&amp;PID=64461&amp;title=custom-calendar-with-multiple-resources#64461</guid>
  </item> 
  <item>
   <title><![CDATA[Custom Calendar with Multiple Resources : Does anybody have any samples...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=18401&amp;PID=64455&amp;title=custom-calendar-with-multiple-resources#64455</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5243">abutty</a><br /><strong>Subject:</strong> 18401<br /><strong>Posted:</strong> 18 May 2011 at 7:49am<br /><br />Does anybody have any samples of using the calendar with a custom data provider and using multiple resources in VB2008 (other than the codejock sample which I can't open as I don't have VB6)?<br>I am having difficulty getting the DoXXX events to fire, so if somebody could point me in the right direction, I would appreciate it.<br><br>Many thanks in advance.<br><br>]]>
   </description>
   <pubDate>Wed, 18 May 2011 07:49:35 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=18401&amp;PID=64455&amp;title=custom-calendar-with-multiple-resources#64455</guid>
  </item> 
 </channel>
</rss>