﻿<?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 - How can i create a custom WebSchedulerEventBase</title><link>http://www.intersoftsolutions.com/Community/WebScheduler/How-can-i-create-a-custom-WebSchedulerEventBase/</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>How can i create a custom WebSchedulerEventBase</title><link>http://www.intersoftsolutions.com/Community/WebScheduler/How-can-i-create-a-custom-WebSchedulerEventBase/</link><pubDate>Tue, 20 Jul 2010 10:37:58 GMT</pubDate><dc:creator>andi@intersoftpt.com</dc:creator><description>&lt;p&gt;&lt;span style="font-size: 9pt; "&gt;Hi Zhao Qing,&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 9pt; "&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; May I know on what event do you put these code? Perhaps, it would be easier for me to investigate your issue if you can provide me with a simple runable sample. Thank you and have a nice day.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: 9pt; "&gt;Best Regards,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: 9pt; "&gt;Andi Santoso&lt;/span&gt;&lt;/p&gt;</description></item><item><title>How can i create a custom WebSchedulerEventBase</title><link>http://www.intersoftsolutions.com/Community/WebScheduler/How-can-i-create-a-custom-WebSchedulerEventBase/</link><pubDate>Tue, 20 Jul 2010 03:12:43 GMT</pubDate><dc:creator>Viking2010</dc:creator><description>&lt;p&gt;hi&lt;/p&gt;
&lt;p&gt;&lt;span id="result_box" class="short_text"&gt;&lt;span style="background-color: #fff; color: #000" title="" closure_uid_6doh3t="39" wc="我的代码是这么写的" xc="My code is written so"&gt;&lt;span style="font-size: 10pt"&gt;My code is written so：&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="short_text"&gt;&lt;span style="background-color: #fff; color: #000" title="" closure_uid_6doh3t="39" wc="我的代码是这么写的" xc="My code is written so"&gt;WebSchedulerResource res = ws1.Resources.CreateNewItem();&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="text-align: left"&gt;&lt;span class="short_text"&gt;&lt;span style="background-color: #fff; color: #000" title="" closure_uid_6doh3t="39" wc="我的代码是这么写的" xc="My code is written so"&gt;WebSchedulerEventBase ent = res.RecurringEvents.CreateNewItem();&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="text-align: left"&gt;&lt;span class="short_text"&gt;&lt;span style="background-color: #fff; color: #000" title="" closure_uid_6doh3t="39" wc="我的代码是这么写的" xc="My code is written so"&gt;ent.Subject = dt.Rows[x][dt.Columns[0].ColumnName].ToString();&lt;br /&gt;ent.Description = dt.Rows[x][dt.Columns[1].ColumnName].ToString();&lt;br /&gt;ent.StartTime =Convert.ToDateTime(dt.Rows[x][dt.Columns[2].ColumnName].ToString());&lt;br /&gt;ent.EndTime = Convert.ToDateTime(dt.Rows[x][dt.Columns[3].ColumnName].ToString());&lt;br /&gt;ent.ResourceID = Convert.ToInt32(dt.Rows[x][dt.Columns[4].ColumnName].ToString());&lt;br /&gt;ent.EventID = Convert.ToInt32(dt.Rows[x][dt.Columns[5].ColumnName].ToString());&lt;br /&gt;ent.CategoryID = (dt.Rows[x][dt.Columns[7].ColumnName].ToString());&lt;br /&gt;res.RecurringEvents.Add(ent);&lt;br /&gt; res.Events.Add(ent);&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="text-align: left"&gt;&lt;span class="short_text"&gt;&lt;span style="background-color: #fff; color: #000" title="" closure_uid_6doh3t="39" wc="我的代码是这么写的" xc="My code is written so"&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="short_text"&gt;&lt;span style="background-color: #fff; color: #000" title="" closure_uid_6doh3t="39" wc="我的代码是这么写的" xc="My code is written so"&gt; ws1.Resources.Add(res);&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="text-align: left"&gt;&lt;span class="short_text"&gt;&lt;span style="background-color: #fff; color: #000" title="" closure_uid_6doh3t="39" wc="我的代码是这么写的" xc="My code is written so"&gt;&lt;span id="result_box" class="short_text"&gt;&lt;span title="" closure_uid_6doh3t="45" wc="为什么只显示了" xc="Why only show"&gt;&lt;span style="font-size: 10pt"&gt;Why only show &lt;span class="short_text"&gt;&lt;span style="background-color: #fff; color: #000" title="" closure_uid_6doh3t="39" wc="我的代码是这么写的" xc="My code is written so"&gt;WebSchedulerResource&lt;/span&gt;&lt;/span&gt;&amp;nbsp; but not show &lt;span class="short_text"&gt;&lt;span style="background-color: #fff; color: #000" title="" closure_uid_6doh3t="39" wc="我的代码是这么写的" xc="My code is written so"&gt;WebSchedulerEventBase &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="text-align: left"&gt;&lt;span class="short_text"&gt;&lt;span style="background-color: #fff; color: #000" title="" closure_uid_6doh3t="39" wc="我的代码是这么写的" xc="My code is written so"&gt;&lt;span class="short_text"&gt;&lt;span title="" closure_uid_6doh3t="45" wc="为什么只显示了" xc="Why only show"&gt;&lt;span id="result_box" class="short_text"&gt;&lt;span title="" xc="I need to show results, see Annex" wc="我需要显示的效果请见附件" closure_uid_cakmq4="33"&gt;&lt;span style="font-size: 10pt"&gt;I need to show results, see Annex&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="text-align: left"&gt;&lt;span class="short_text"&gt;&lt;span style="background-color: #fff; color: #000" title="" closure_uid_6doh3t="39" wc="我的代码是这么写的" xc="My code is written so"&gt;&lt;span class="short_text"&gt;&lt;span title="" closure_uid_6doh3t="45" wc="为什么只显示了" xc="Why only show"&gt;thanks&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;</description></item></channel></rss>