<?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 : Detect past &#101;vents</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Calendar : Detect past &#101;vents]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 07:39:49 +0000</pubDate>
  <lastBuildDate>Mon, 23 Jan 2006 15:02:36 +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=3542</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[Detect past &#101;vents : &amp;#034;Reminders Manager&amp;#034;...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3542&amp;PID=10646&amp;title=detect-past-events#10646</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=862">sserge</a><br /><strong>Subject:</strong> 3542<br /><strong>Posted:</strong> 23 January 2006 at 3:02pm<br /><br />"Reminders Manager" is not a user interface object.<br>It just provides methods and notifications to work with calendar events reminders.<br>&nbsp;<br>"Reminders Manager" provides an "Active reminders collection",<br>and helper methods to perform operations: "Snooze", "Dismiss", "DismissAll" and some others.<br>&nbsp;<br>Also it fires a notification when "Active reminders collection" is changed: for exqmple - new reminder is came, reminder(s) is Snoozed or Dismissed.<br>&nbsp;<br>As an example, for the client side it helps you to build Reminders dialod like in MS Outlook.<br>&nbsp;<br>I think you will be able use it on the server side - it does not need user interface. But it is not a completely separate object, it is connected to the calendar control.<br>And you will need to create a calendar control, enable remindres and get a reminders manager object. <br>Calendar control can be placed on the hidden form (or created by some other "skilful" way).<br>You will not need to interact with calendar, only may be set some calendar settings to make it workable and to optimize performance (like set active a Single day view for a day without events: 1/1/1970).<br>&nbsp;<br>Also calendar control will send you some notification to request or update data. You'll have to catch them (may be not all, depends on functionality which you need) and call a stored procedures to write/read data. One of those notifications is DoGetUpcomingEvents - to read events with reminder. DoGetUpcomingEvents can be a slow operation (up to a few seconds) but it should be called not so often - once in 2 hours by default.<br>&nbsp;<br>About recurrences: <br>You will need to provide only master events in DoGetUpcomingEvents (that is easy) and reminder manager will generate ocurrences internally. Also it allows to store "Snooze time" for ocurrences <br>(which are virtual or generated events) as far as for normal events.<br>&nbsp;<br>We will provide an example to show how work with this mechanizm. <br>To simplify an example stored procedures are not used, just an SQL code string is generated and executed. <br>But it is very easy to move this SQL to a stored procedure. Also example shows how to optimize DoGetUpcomingEvents SQL code. <br><br>Hopefully this would help you to get more familiar with the upcoming mechanizm :)<br><br>--<br>WBR,<br>Serge<br>]]>
   </description>
   <pubDate>Mon, 23 Jan 2006 15:02:36 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3542&amp;PID=10646&amp;title=detect-past-events#10646</guid>
  </item> 
  <item>
   <title><![CDATA[Detect past &#101;vents : Thanks for your response Serge...,I...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3542&amp;PID=10634&amp;title=detect-past-events#10634</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=289">flauzer</a><br /><strong>Subject:</strong> 3542<br /><strong>Posted:</strong> 22 January 2006 at 11:26am<br /><br /><P>Thanks for your response Serge...,I confirm headache <IMG src="http://forum.codejock.com/smileys/smiley36.gif" border="0"></P><P>For how much I have understood, this "Reminders Manager"&nbsp; should be&nbsp;an useful "client side" Calendar object.</P><P>But, I will be able also to install it "server side" ???....for example inside a business object that calls stored proc&nbsp; ????&nbsp;</P><P>this object has "<strong>Unattended Execution",&nbsp;</strong> have no interface elements, and&nbsp;is ready to go&nbsp;without user interaction?? </P><P>Thanks</P><P>&nbsp;</P><P>&nbsp;</P>]]>
   </description>
   <pubDate>Sun, 22 Jan 2006 11:26:32 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3542&amp;PID=10634&amp;title=detect-past-events#10634</guid>
  </item> 
  <item>
   <title><![CDATA[Detect past &#101;vents : To perform this task a special...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3542&amp;PID=10632&amp;title=detect-past-events#10632</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=862">sserge</a><br /><strong>Subject:</strong> 3542<br /><strong>Posted:</strong> 22 January 2006 at 4:53am<br /><br />To perform this task a special object will be added for next versions - called Reminders Manager. <br>&nbsp;<br>Until it is not available, you'll have to exactly "repeat among all the events of the calendar control and to find expired".<br>&nbsp;<br>Note that this task can be easily implemented in the stored procedure only for regular, not recurrence events.&nbsp; In case with recurrence events it would be more complicated... And the next version with reminders manager could save you from this headache.<br>&nbsp; <br>--<br>WBR,<br>Serge<br>]]>
   </description>
   <pubDate>Sun, 22 Jan 2006 04:53:49 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3542&amp;PID=10632&amp;title=detect-past-events#10632</guid>
  </item> 
  <item>
   <title><![CDATA[Detect past &#101;vents : About to the recurrent events.... What...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3542&amp;PID=10622&amp;title=detect-past-events#10622</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=289">flauzer</a><br /><strong>Subject:</strong> 3542<br /><strong>Posted:</strong> 20 January 2006 at 11:16am<br /><br /><P>About to the recurrent events....</P><P>What is the best way to find the collection of all the expired events (...to be able then to notify user...)?&nbsp; <BR>Is better to repeat among all the events of the calendar control and to find expired.... or to find an algorithm to inspect the recurrences?&nbsp;&nbsp;<BR>&nbsp; <BR>Consider to have a collection of the control that contains the expired events....&nbsp; <IMG src="http://forum.codejock.com/smileys/smiley9.gif" border="0"><BR>&nbsp; <BR>What If this work will be&nbsp;server-side???&nbsp;for example from the stored proc of SQL??? some suggestions??&nbsp; <BR>&nbsp; <BR>Thanks</P><P>&nbsp;</P>]]>
   </description>
   <pubDate>Fri, 20 Jan 2006 11:16:58 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3542&amp;PID=10622&amp;title=detect-past-events#10622</guid>
  </item> 
 </channel>
</rss>