<?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 : How to hide events</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Calendar : How to hide events]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 23 May 2026 16:57:52 +0000</pubDate>
  <lastBuildDate>Tue, 26 Feb 2008 11:03:43 +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=9706</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[How to hide events : thanks again dentor!  ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=9706&amp;PID=31619&amp;title=how-to-hide-events#31619</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1038">younicke</a><br /><strong>Subject:</strong> 9706<br /><strong>Posted:</strong> 26 February 2008 at 11:03am<br /><br />thanks again dentor!]]>
   </description>
   <pubDate>Tue, 26 Feb 2008 11:03:43 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=9706&amp;PID=31619&amp;title=how-to-hide-events#31619</guid>
  </item> 
  <item>
   <title><![CDATA[How to hide events : You can use Prepopulate event...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=9706&amp;PID=31614&amp;title=how-to-hide-events#31614</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1646">dentor</a><br /><strong>Subject:</strong> 9706<br /><strong>Posted:</strong> 26 February 2008 at 7:33am<br /><br />You can use Prepopulate event to hide some events in the Calendar display.<DIV>&nbsp;</DIV><DIV>An example of code using to hide events with label property equal to 3:</DIV><DIV>&nbsp;</DIV><DIV>Private Sub Calendar_PrePopulate(ByVal ViewGroup As XtremeCalendarControl.CalendarViewGroup, ByVal Events As XtremeCalendarControl.CalendarEvents)<BR>Dim i As Long<BR>&nbsp;&nbsp;&nbsp; For i = Events.Count - 1 To 0 Step -1<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; If Events(i).Label = 3 Then<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Events.Remove i<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; End If<BR>&nbsp;&nbsp;&nbsp; Next<BR>End Sub</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Tue, 26 Feb 2008 07:33:03 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=9706&amp;PID=31614&amp;title=how-to-hide-events#31614</guid>
  </item> 
  <item>
   <title><![CDATA[How to hide events :  does anyone known how to hide...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=9706&amp;PID=31607&amp;title=how-to-hide-events#31607</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1038">younicke</a><br /><strong>Subject:</strong> 9706<br /><strong>Posted:</strong> 26 February 2008 at 5:40am<br /><br /><br>does anyone known how to hide an event? say i have an event collection and i dont want some of it to be shown on the calendar.<br><br><br>]]>
   </description>
   <pubDate>Tue, 26 Feb 2008 05:40:46 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=9706&amp;PID=31607&amp;title=how-to-hide-events#31607</guid>
  </item> 
 </channel>
</rss>