﻿<?xml version="1.0" encoding="utf-8"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>Intersoft Community - WebScheduler - webscheduler and religon holidays from outlook</title><link>http://www.intersoftsolutions.com/Community/WebScheduler/webscheduler-and-religon-holidays-from-outlook/</link><description /><generator>http://www.intersoftsolutions.com</generator><language>en</language><copyright>Copyright 2002 - 2015 Intersoft Solutions Corp. All rights reserved.</copyright><ttl>60</ttl><item><title>webscheduler and religon holidays from outlook</title><link>http://www.intersoftsolutions.com/Community/WebScheduler/webscheduler-and-religon-holidays-from-outlook/</link><pubDate>Wed, 20 Jan 2010 23:21:31 GMT</pubDate><dc:creator>Glayaar</dc:creator><description>&lt;p&gt;Currently such feature has not been supported by WebScheduler. However, since WebScheduler support adding Holiday programatically, if you could parse / read the exported holiday from outlook you could add the religion holiday programatically. Here is the snippet in order to insert new holiday programatically during PreInitialize WebScheduler server side event:&lt;/p&gt;&lt;pre&gt;protected void WebScheduler1_PreInitialize(object sender, EventArgs e)&lt;br /&gt;{&lt;br /&gt;    WebSchedulerHoliday holiday = new WebSchedulerHoliday();&lt;br /&gt;    holiday.Date = new DateTime(2008, 3, 1);&lt;br /&gt;    holiday.Description = "Holiday inserted programatically";&lt;br /&gt;    holiday.IsGeneral = false;&lt;br /&gt;    holiday.Name = "Custom";&lt;br /&gt;&lt;br /&gt;    WebScheduler1.Holidays.Add(holiday);&lt;br /&gt;}&lt;/pre&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;</description></item><item><title>webscheduler and religon holidays from outlook</title><link>http://www.intersoftsolutions.com/Community/WebScheduler/webscheduler-and-religon-holidays-from-outlook/</link><pubDate>Wed, 20 Jan 2010 08:25:43 GMT</pubDate><dc:creator>YANIV</dc:creator><description>hi
&lt;p&gt;is there away to add religion holidays from outlook to webscheduler ?&lt;/p&gt;
&lt;p&gt;thx&lt;br /&gt;&lt;/p&gt;</description></item></channel></rss>