<?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 : Suggestion:  Add the ability to display holidays</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Calendar : Suggestion:  Add the ability to display holidays]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 28 May 2026 08:17:57 +0000</pubDate>
  <lastBuildDate>Wed, 01 Jun 2011 02:02:07 +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=18462</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[Suggestion:  Add the ability to display holidays : Hi PeterG,  Probably helps you...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=18462&amp;PID=64681&amp;title=suggestion-add-the-ability-to-display-holidays#64681</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=841">Fabian</a><br /><strong>Subject:</strong> 18462<br /><strong>Posted:</strong> 01 June 2011 at 2:02am<br /><br />Hi PeterG,<DIV>&nbsp;</DIV><DIV>Probably helps you this snippet (for V15.x)</DIV><DIV>&nbsp;</DIV><DIV>Private Sub CalendarControl1_GetItemText(ByVal ItemParams As XtremeCalendarControl.CalendarGetItemTextParams)<BR>&nbsp; Dim h&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; As Holidays<BR>&nbsp; Dim CacheIdx&nbsp; As Long<BR>&nbsp; Dim Ev&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; As CalendarEvent<BR>&nbsp;&nbsp;&nbsp; <BR>&nbsp;If ItemParams.Item = xtpCalendarItemText_DayViewDayHeaderLeft Then<BR>&nbsp;&nbsp;&nbsp; h = WhatHoliday(ItemParams.ViewDay.Date)<BR>&nbsp;&nbsp;&nbsp; If h &lt;&gt; Holidays.None Then<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ItemParams.Text = Format$(ItemParams.ViewDay.Date, "ddd, dd.mm.yy") + " (" + GetHolidayName(h) + ")"<BR>&nbsp;&nbsp;&nbsp; Else<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ItemParams.Text = Format$(ItemParams.ViewDay.Date, "ddd, dd.mm.yy")<BR>&nbsp;&nbsp;&nbsp; End If<BR>&nbsp; End If<BR>&nbsp; <BR>&nbsp; If ItemParams.Item = xtpCalendarItemText_DayViewDayHeaderCenter Or ItemParams.Item = xtpCalendarItemText_DayViewDayHeaderRight Then<BR>&nbsp;&nbsp;&nbsp; ItemParams.Text = ""<BR>&nbsp; End If<BR>End Sub</DIV>]]>
   </description>
   <pubDate>Wed, 01 Jun 2011 02:02:07 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=18462&amp;PID=64681&amp;title=suggestion-add-the-ability-to-display-holidays#64681</guid>
  </item> 
  <item>
   <title><![CDATA[Suggestion:  Add the ability to display holidays : I want to be able to display holidays...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=18462&amp;PID=64636&amp;title=suggestion-add-the-ability-to-display-holidays#64636</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5935">PeterG</a><br /><strong>Subject:</strong> 18462<br /><strong>Posted:</strong> 28 May 2011 at 5:01pm<br /><br />I want to be able to display holidays on a calendar with multiple schedules.&nbsp; The only way I can do it now is to add all-day events to at least one of the schedules.&nbsp; This is okay but it would be cleaner if I could just add some text to the calendar caption bar or modify the Date Label displayed.&nbsp; I can't find a way to do either of these in the current implementation.<br><br>How have other people handled holidays?<br>]]>
   </description>
   <pubDate>Sat, 28 May 2011 17:01:16 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=18462&amp;PID=64636&amp;title=suggestion-add-the-ability-to-display-holidays#64636</guid>
  </item> 
 </channel>
</rss>