<?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 : scheduling</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Calendar : scheduling]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 30 May 2026 02:20:25 +0000</pubDate>
  <lastBuildDate>Sun, 24 Feb 2008 12:29:28 +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=5866</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[scheduling : I dont understand this example....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5866&amp;PID=31534&amp;title=scheduling#31534</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2186">jcbaena</a><br /><strong>Subject:</strong> 5866<br /><strong>Posted:</strong> 24 February 2008 at 12:29pm<br /><br />I dont understand this example. I have many schedules and i want to show only the events of the userId logged in my app (Schedule iD=1).<br><br>Where do i have to put that code? In with event?<br>]]>
   </description>
   <pubDate>Sun, 24 Feb 2008 12:29:28 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5866&amp;PID=31534&amp;title=scheduling#31534</guid>
  </item> 
  <item>
   <title><![CDATA[scheduling : The function below helps to filter...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5866&amp;PID=18554&amp;title=scheduling#18554</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=862">sserge</a><br /><strong>Subject:</strong> 5866<br /><strong>Posted:</strong> 22 December 2006 at 1:17pm<br /><br />The function below helps to filter events for a single schedule. <br>Than use Event StartTime/EndTime to find busy/free time ranges for each schedule.<br>&nbsp;<br><table width="99%"><tr><td><pre class="BBcode"><br>Function GetDayEvents(pCalendarDataProvider As CalendarDataProvider, dtDay As Date, nScheduleID As Long) As Collection<br>&nbsp;&nbsp;&nbsp; Dim arSchEvents As New Collection<br>&nbsp;&nbsp;&nbsp; Dim pEv As CalendarEvent<br>&nbsp;&nbsp;&nbsp; Dim pEvents As CalendarEvents<br>&nbsp;&nbsp;&nbsp; Set pEvents = pCalendarDataProvider.RetrieveDayEvents(dtDay)<br>&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; For Each pEv In pEvents<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; If pEv.ScheduleID = nScheduleID Then<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; arSchEvents.Add pEv<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; End If<br>&nbsp;&nbsp;&nbsp; Next<br>&nbsp;<br>&nbsp;&nbsp;&nbsp; Set GetDayEvents = arSchEvents<br>End Function<br></pre></td></tr></table><br><br>ps: GUI write by yourself <img src="http://forum.codejock.com/smileys/smiley2.gif" border="0" align="middle"> <br><br>--<br>WBR,<br>Serge <br>]]>
   </description>
   <pubDate>Fri, 22 Dec 2006 13:17:10 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5866&amp;PID=18554&amp;title=scheduling#18554</guid>
  </item> 
  <item>
   <title><![CDATA[scheduling : Thanks for your reply. can you...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5866&amp;PID=18500&amp;title=scheduling#18500</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2618">Linsum</a><br /><strong>Subject:</strong> 5866<br /><strong>Posted:</strong> 22 December 2006 at 2:26am<br /><br />Thanks for your reply. can you provide a sample on that. I hope you can since I'm new to all this 'beautiful' component that your company provided.<DIV>&nbsp;</DIV><DIV>I'm using VB6.</DIV>]]>
   </description>
   <pubDate>Fri, 22 Dec 2006 02:26:24 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5866&amp;PID=18500&amp;title=scheduling#18500</guid>
  </item> 
  <item>
   <title><![CDATA[scheduling : Calendar control doesn&amp;#039;t...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5866&amp;PID=18468&amp;title=scheduling#18468</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=862">sserge</a><br /><strong>Subject:</strong> 5866<br /><strong>Posted:</strong> 21 December 2006 at 1:39pm<br /><br />Calendar control doesn't have such built-in functionality.<br><br>However, you can create it by yourself. As a main method which you'll have to use for that is <span style="font-family: 'Tahoma'; font-size: 12px; color: rgb(0, 0, 0); : transparent;">DataProvider.RetrieveDayEvents.</span><br><br>--<br>WBR,<br>Serge<br>]]>
   </description>
   <pubDate>Thu, 21 Dec 2006 13:39:48 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5866&amp;PID=18468&amp;title=scheduling#18468</guid>
  </item> 
  <item>
   <title><![CDATA[scheduling : how can I create scheduling like...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5866&amp;PID=18448&amp;title=scheduling#18448</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2618">Linsum</a><br /><strong>Subject:</strong> 5866<br /><strong>Posted:</strong> 21 December 2006 at 4:34am<br /><br /><P>how can I create scheduling like 'free-/busy' in Outlook where we can see clearly whether our attendees free at that time when creating the 'meeting request'. is it possible with version 10.3.1.</P><DIV></DIV><DIV></DIV><DIV></DIV><DIV></DIV><DIV></DIV><DIV></DIV><DIV></DIV><DIV></DIV>]]>
   </description>
   <pubDate>Thu, 21 Dec 2006 04:34:33 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5866&amp;PID=18448&amp;title=scheduling#18448</guid>
  </item> 
 </channel>
</rss>