<?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 : Please help!</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Calendar : Please help!]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 02:58:30 +0000</pubDate>
  <lastBuildDate>Sun, 22 Jan 2006 04:45:54 +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=3545</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[Please help! : Hi Matt,Please look at Calendar...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3545&amp;PID=10631&amp;title=please-help#10631</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=862">sserge</a><br /><strong>Subject:</strong> 3545<br /><strong>Posted:</strong> 22 January 2006 at 4:45am<br /><br />Hi Matt,<br><br>Please look at Calendar VB sample, frmMain, Form_Load() handler.<br>There is some commented code which shows how to create a recurrence.<br><table width="99%"><tr><td><pre class="BBcode"><br>&nbsp;&nbsp;&nbsp; Dim NewEvent As CalendarEvent, Recurrence As CalendarRecurrencePattern<br>&nbsp;<br>&nbsp;&nbsp;&nbsp; ' 1 - Create new event<br>&nbsp;&nbsp;&nbsp; Set NewEvent = CalendarControl.DataProvider.CreateEvent<br>&nbsp;<br>&nbsp;&nbsp;&nbsp; ' 2 - Make it as recurrence (Master event)<br>&nbsp;&nbsp;&nbsp; Set Recurrence = NewEvent.CreateRecurrence<br>&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; ' 3 - Set Master event properties<br>&nbsp;&nbsp;&nbsp; NewEvent.Subject = "Recurrence test"<br>&nbsp;<br>'** 3 - Set Recurrence pattern options '******************<br>&nbsp;<br>&nbsp;&nbsp;&nbsp; ' 3.a - Event Start Time and duration<br>&nbsp;&nbsp;&nbsp; Recurrence.StartTime = #3:00:00 PM#<br>&nbsp;&nbsp;&nbsp; Recurrence.DurationMinutes = 90<br>&nbsp;<br>&nbsp;&nbsp;&nbsp; ' 3.b - Start/End dates (see also other End date options)<br>&nbsp;&nbsp;&nbsp; Recurrence.StartDate = #1/2/2006#<br>&nbsp;&nbsp;&nbsp; Recurrence.EndDate = #10/2/2006#<br>&nbsp;<br>&nbsp;&nbsp;&nbsp; ' 3.c - Recurrence options <br>&nbsp;&nbsp;&nbsp; Recurrence.Options.RecurrenceType = xtpCalendarRecurrenceWeekly<br>&nbsp;&nbsp;&nbsp; Recurrence.Options.WeeklyIntervalWeeks = 1<br>&nbsp;&nbsp;&nbsp; Recurrence.Options.WeeklyDayOfWeekMask = xtpCalendarDayMo_Fr<br>&nbsp;&nbsp;&nbsp; ' 4 - Update recurrence in the master event<br>&nbsp;&nbsp;&nbsp; NewEvent.UpdateRecurrence Recurrence<br>&nbsp;&nbsp;&nbsp; ' 5 - Add (or update if you edit existing) event<br>&nbsp;&nbsp;&nbsp; CalendarControl.DataProvider.AddEvent NewEvent<br></pre></td></tr></table><br>&nbsp;<br>Hopefully that will help. Also try searching other posts here to find more info about recurrences.<br><br>--<br>WBR,<br>Serge<br>]]>
   </description>
   <pubDate>Sun, 22 Jan 2006 04:45:54 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3545&amp;PID=10631&amp;title=please-help#10631</guid>
  </item> 
  <item>
   <title><![CDATA[Please help! : Hello, I&amp;#039;ve purchased the...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3545&amp;PID=10625&amp;title=please-help#10625</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1737">Matt</a><br /><strong>Subject:</strong> 3545<br /><strong>Posted:</strong> 21 January 2006 at 2:34pm<br /><br /><P>Hello,</P><P>I've purchased the Calendar control, and am having trouble making recurring entries. I have been over and over the sample program, but can't see what I'm missing thats causing me to fail. Th ereal problem for me is that the sample simply does too much.</P><P>Basically I have a calendar and have no problems creating events on it. </P><P>I don't need a screen to edit the events, and I don't need a screen for the user to specify the recurrence patterns.</P><P>All I want to do is take my calendar event, attach a recurrence pattern to it, populate the pattern options manually, and have the recurrences display on the calendar.</P><P><BR>Can anyone list the steps I need to take, and the order they need to be done in,&nbsp;to accomplish this?&nbsp;</P><P>Thanks much</P><P>Matt</P>]]>
   </description>
   <pubDate>Sat, 21 Jan 2006 14:34:33 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3545&amp;PID=10625&amp;title=please-help#10625</guid>
  </item> 
 </channel>
</rss>