﻿<?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 - RecurringEvents, WebScheduler</title><link>http://www.intersoftsolutions.com/Community/WebScheduler/RecurringEvents-WebScheduler/</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>RecurringEvents, WebScheduler</title><link>http://www.intersoftsolutions.com/Community/WebScheduler/RecurringEvents-WebScheduler/</link><pubDate>Tue, 22 Jun 2010 01:28:00 GMT</pubDate><dc:creator>Glayaar</dc:creator><description>&lt;p&gt;Using the attached sample in the blog I have no problem in adding single day event to the WebScheduler. However, the sample was not prepared for recurring event or new category and resource which is available if you are using the default editing form. &lt;br /&gt;&lt;/p&gt;&lt;p&gt;In order to enable the function correctly you will need to update the dsSchedulerDB_Extended.cs to include the other table as well not only the Events table. You could view this in our provided WebScheduler sample.&lt;br /&gt;&lt;/p&gt;</description></item><item><title>RecurringEvents, WebScheduler</title><link>http://www.intersoftsolutions.com/Community/WebScheduler/RecurringEvents-WebScheduler/</link><pubDate>Mon, 21 Jun 2010 05:16:40 GMT</pubDate><dc:creator>JPNorte</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;The database is Sql2008; is the same of that example:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://intersoftpt.wordpress.com/2008/05/08/use-custom-editing-form-in-webschedulernet/"&gt;http://intersoftpt.wordpress.com/2008/05/08/use-custom-editing-form-in-webschedulernet/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;I add the atribute sugested but the problem still; &lt;/p&gt;
&lt;p&gt;I alrady see this column is not present in "RecurringEvents" table of default sql scripts.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Any help..&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;</description></item><item><title>RecurringEvents, WebScheduler</title><link>http://www.intersoftsolutions.com/Community/WebScheduler/RecurringEvents-WebScheduler/</link><pubDate>Fri, 18 Jun 2010 02:49:44 GMT</pubDate><dc:creator>Glayaar</dc:creator><description>&lt;p&gt;I Still could not open the attached database. However, based on my analysis of the project I believe the issue is caused because you did not bind the required ReminderTimeSpanField attribute in the RecurringEventsBinding property. In your project dataset, you already have ReminderTimeSpan field under RecurringEvents table. &lt;br /&gt;&lt;/p&gt;&lt;p&gt;Here is the snippet:&lt;/p&gt;&lt;pre&gt;&amp;lt;RecurringEventsBinding AllDayEventField="AllDayEvent" CategoryIDField="CategoryID"&lt;br /&gt;    DescriptionField="Description" EndTimeField="EndTime" EventIDField="ID" ExceptionDateField="ExceptionDate"&lt;br /&gt;    ExceptionInfoField="ExceptionInfo" LocationField="Location" ModeField="Mode"&lt;br /&gt;    ParentIDField="ParentID" RecurrenceIDField="RecurrenceID" ResourceIDField="ResourceID"&lt;br /&gt;    StartTimeField="StartTime" SubjectField="Subject" &lt;span style="color: rgb(255, 0, 0);"&gt;ReminderTimeSpanField="ReminderTimeSpan"&lt;/span&gt; /&amp;gt;&lt;/pre&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description></item><item><title>RecurringEvents, WebScheduler</title><link>http://www.intersoftsolutions.com/Community/WebScheduler/RecurringEvents-WebScheduler/</link><pubDate>Thu, 17 Jun 2010 04:09:50 GMT</pubDate><dc:creator>JPNorte</dc:creator><description>&lt;p&gt;The attach..&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;</description></item><item><title>RecurringEvents, WebScheduler</title><link>http://www.intersoftsolutions.com/Community/WebScheduler/RecurringEvents-WebScheduler/</link><pubDate>Thu, 17 Jun 2010 04:06:31 GMT</pubDate><dc:creator>JPNorte</dc:creator><description>&lt;p&gt;I&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;See the code in attach;&lt;/p&gt;
&lt;p&gt;The page MyDefault.aspx has a normal editing form; &lt;/p&gt;
&lt;p&gt;When set recursive event to monthly, all events disapear.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Try yourself.&lt;/p&gt;
&lt;p&gt;When I try on intersoft samples, all works fine.&lt;/p&gt;</description></item><item><title>RecurringEvents, WebScheduler</title><link>http://www.intersoftsolutions.com/Community/WebScheduler/RecurringEvents-WebScheduler/</link><pubDate>Wed, 16 Jun 2010 03:31:14 GMT</pubDate><dc:creator>Glayaar</dc:creator><description>&lt;p&gt;I failed to attach the database you send. Which SQL server are you using? Do you mind sending us a SQL script for the database? This way we could avoid any version mismatch issue.&lt;/p&gt;&lt;p&gt;We already have some sample regarding WebScheduler data editing, such as DataEditing.aspx, which you could try the adding, editing, and deleting operation. Does the issue also occurs in the provided sample? &lt;br /&gt;&lt;/p&gt;</description></item><item><title>RecurringEvents, WebScheduler</title><link>http://www.intersoftsolutions.com/Community/WebScheduler/RecurringEvents-WebScheduler/</link><pubDate>Tue, 15 Jun 2010 12:59:37 GMT</pubDate><dc:creator>JPNorte</dc:creator><description>&lt;p&gt;I,&lt;/p&gt;
&lt;p&gt;When I add a recursive event to monthly, all events disapear.&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Why? To reproduce this insert a calendar on new aspx page and try with the database I send un attach.&lt;/p&gt;
&lt;p&gt;This database are 2 recursive events; One daily and other monthly, if I delete the monthly all are visible.&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Please check and tell-me whats wrong.&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Thanks.&lt;br /&gt;&lt;/p&gt;</description></item></channel></rss>