<?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 : RecurrencePatterns</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Calendar : RecurrencePatterns]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 05:06:59 +0000</pubDate>
  <lastBuildDate>Sat, 19 Nov 2005 13:50:18 +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=3240</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[RecurrencePatterns : Hi, Thanks for the code Cheers...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3240&amp;PID=9696&amp;title=recurrencepatterns#9696</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1599">xmastree</a><br /><strong>Subject:</strong> 3240<br /><strong>Posted:</strong> 19 November 2005 at 1:50pm<br /><br /><P>Hi,</P><P>Thanks for the code</P><P>Cheers</P>]]>
   </description>
   <pubDate>Sat, 19 Nov 2005 13:50:18 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3240&amp;PID=9696&amp;title=recurrencepatterns#9696</guid>
  </item> 
  <item>
   <title><![CDATA[RecurrencePatterns : Hi,  The property CalendarRecurrencePattern.MasterEvent...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3240&amp;PID=9691&amp;title=recurrencepatterns#9691</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=862">sserge</a><br /><strong>Subject:</strong> 3240<br /><strong>Posted:</strong> 19 November 2005 at 4:56am<br /><br />Hi,<br /><br />The property CalendarRecurrencePattern.MasterEvent returns a new object each time when called.<br /><br />CalendarEvent.RecurrencePattern also returns new object each time for non-master event. For master event it returns the same internally associated pattern object.<br /><br />So, the following code will take no effect:<br /><table width="99%"><tr><td><pre class="BBcode">pEvent.RecurrencePattern.MasterEvent.RemoveRecurrence</pre></td></tr></table><br /> <br />The example below should work correctly:<br /><table width="99%"><tr><td><pre class="BBcode"><br />Public pMasterEvent As CalendarEvent<br /><br />Set pMasterEvent = pEvent.RecurrencePattern.MasterEvent<br />pMasterEvent.RemoveRecurrence<br /><br />CalendarControl.DataProvider.ChangeEvent pMasterEvent<br /><br />CalendarControl.Populate<br />CalendarControl.RedrawControl<br /></pre></td></tr></table><br /><br />--<br />WBR, <br />Serge ]]>
   </description>
   <pubDate>Sat, 19 Nov 2005 04:56:22 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3240&amp;PID=9691&amp;title=recurrencepatterns#9691</guid>
  </item> 
  <item>
   <title><![CDATA[RecurrencePatterns : Hi, Thank you avery helpful example. also...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3240&amp;PID=9685&amp;title=recurrencepatterns#9685</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1599">xmastree</a><br /><strong>Subject:</strong> 3240<br /><strong>Posted:</strong> 18 November 2005 at 10:08am<br /><br /><P>Hi,</P><P>Thank you a&nbsp;very helpful example.</P><P>also I&nbsp;came across removeRecurrence this sets the recurrencetype to 0 and accorsing to the help notes this is now a non recurring event but when I update the event it still belongs to the recurrence series.</P><P>should it not be a standalone event at this point. as when I delete the series, this modified event which has no recurrence attached is also deleted can you&nbsp; help explain why the calendar still thinks it&nbsp;is part of a&nbsp;recurrence</P><P>Cheers in Advance</P>]]>
   </description>
   <pubDate>Fri, 18 Nov 2005 10:08:00 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3240&amp;PID=9685&amp;title=recurrencepatterns#9685</guid>
  </item> 
  <item>
   <title><![CDATA[RecurrencePatterns : Hi,  The example below is included...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3240&amp;PID=9684&amp;title=recurrencepatterns#9684</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=862">sserge</a><br /><strong>Subject:</strong> 3240<br /><strong>Posted:</strong> 18 November 2005 at 9:53am<br /><br />Hi,<br /><br />The example below is included with the next release.<br /><br /><table width="99%"><tr><td><pre class="BBcode"><br />Private Sub mnuDeleteEvent_Click()<br />&nbsp;&nbsp;&nbsp;&nbsp;Dim bDeleted As Boolean<br />&nbsp;&nbsp;&nbsp;&nbsp;bDeleted = False<br />&nbsp;&nbsp;&nbsp;&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;If ContextEvent.RecurrenceState = xtpCalendarRecurrenceOccurrence _<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Or ContextEvent.RecurrenceState = xtpCalendarRecurrenceException _<br />&nbsp;&nbsp;&nbsp;&nbsp;Then<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; frmOccurrenceSeriesChooser.m_bOcurrence = True<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; frmOccurrenceSeriesChooser.m_bDeleteRequest = True<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; frmOccurrenceSeriesChooser.m_strEventSubject = ContextEvent.Subject<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; frmOccurrenceSeriesChooser.Show vbModal<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; If frmOccurrenceSeriesChooser.m_bOK = False Then<br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;Exit Sub<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ElseIf Not frmOccurrenceSeriesChooser.m_bOcurrence Then<br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;' Series<br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;CalendarControl.DataProvider.DeleteEvent  ContextEvent.RecurrencePattern.MasterEvent<br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;bDeleted = True<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; End If<br />&nbsp;&nbsp;&nbsp;&nbsp;End If<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br />&nbsp;&nbsp;&nbsp;&nbsp;If Not bDeleted Then<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; CalendarControl.DataProvider.DeleteEvent ContextEvent<br />&nbsp;&nbsp;&nbsp;&nbsp;End If<br />&nbsp;&nbsp;&nbsp;&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;CalendarControl.Populate<br />&nbsp;&nbsp;&nbsp;&nbsp;CalendarControl.RedrawControl<br />End Sub<br /></pre></td></tr></table><br /><br />--<br />HTH, <br />Serge]]>
   </description>
   <pubDate>Fri, 18 Nov 2005 09:53:41 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3240&amp;PID=9684&amp;title=recurrencepatterns#9684</guid>
  </item> 
  <item>
   <title><![CDATA[RecurrencePatterns : Hi, I am creating events with...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3240&amp;PID=9666&amp;title=recurrencepatterns#9666</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1599">xmastree</a><br /><strong>Subject:</strong> 3240<br /><strong>Posted:</strong> 17 November 2005 at 4:04pm<br /><br /><P>Hi,</P><P>I am creating events with Recurrences, for example I have set the recurrence</P><P>to daily, this populates then entire calendar as required, I now want to remove all the recurring events. I use the remove recurrence on the event but&nbsp; this does not remove all the recurring events. How do I remove all recurrences, I have checked for recurrencetype&nbsp; = master but all the events still remain.</P><P>Can you please post&nbsp; code snippet on how to remove All Recurrences in one delete.</P><P>Cheers in Advance</P>]]>
   </description>
   <pubDate>Thu, 17 Nov 2005 16:04:47 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3240&amp;PID=9666&amp;title=recurrencepatterns#9666</guid>
  </item> 
 </channel>
</rss>