﻿<?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 - Adding a New Event not working</title><link>http://www.intersoftsolutions.com/Community/WebScheduler/Adding-a-New-Event-not-working/</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>Adding a New Event not working</title><link>http://www.intersoftsolutions.com/Community/WebScheduler/Adding-a-New-Event-not-working/</link><pubDate>Fri, 30 May 2014 02:59:05 GMT</pubDate><dc:creator>yudi</dc:creator><description>&lt;p&gt;&lt;span style="color: #1f497d;"&gt;Glad to hear that the problem was something in your code which was done in the past.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #1f497d;"&gt;Regarding the problem on how to get the Date, StartTime and EndTime, please find my reply on "&lt;a href="http://www.intersoftpt.com/Community/WebScheduler/How-to-get-the-DateStartTime-and-EndTime-of-the-selected-columns-on-the-launch-of-New-Event/" target="_blank"&gt;How to get the Date,StartTime and EndTime of the selected columns on the launch of "New Event".&lt;/a&gt;" thread.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Adding a New Event not working</title><link>http://www.intersoftsolutions.com/Community/WebScheduler/Adding-a-New-Event-not-working/</link><pubDate>Wed, 28 May 2014 06:28:20 GMT</pubDate><dc:creator>frankgary</dc:creator><description>&lt;p&gt;Hi Yudi -&lt;/p&gt;&lt;p&gt;Thanks for the reply. The problem was something in our code only which was done in the past , reviewing that and making some changes we have it working now thanks. Just one more question . We were trying to get the Date,StartTime and EndTime of the selected columns on the launch of "New Event". We tried to achieve it via same client side event we used to launch the "New Event" or "Edit Event" but somehow it didn't work for us. Below is the code snippet for the same.&amp;nbsp;&lt;/p&gt;&lt;pre&gt;function WebSchedulerSummary_OnEditingFormShow(controlId, evt, action, eventView, eventType, newType) {        // variable ResourceID of selected event
        var ResID = evt.ResourceID;
        // variable startdatetime of selected event
        var StartDate = evt.StartTime.getDate();
        // variable new StartDateTime of selected event
        var StartTime = evt.StartTime;
        // variable new EndDateTime of selected event
        var EndTime = evt.EndTime;&lt;/pre&gt;&lt;p&gt;Somehow the "evt" variable always come out to be "null" or "undefined". Not sure what we are doing wrong here. Also if possible , can you provide me some documentation on webscheduler client side events?&lt;/p&gt;&lt;p&gt;The insight to the above problem will be of great help.&lt;/p&gt;&lt;p&gt;Thanks - Frank&lt;/p&gt;&lt;p&gt;&lt;br&gt;&lt;/p&gt;</description></item><item><title>Adding a New Event not working</title><link>http://www.intersoftsolutions.com/Community/WebScheduler/Adding-a-New-Event-not-working/</link><pubDate>Tue, 27 May 2014 22:32:02 GMT</pubDate><dc:creator>yudi</dc:creator><description>&lt;p&gt;&lt;span style="color: #1f497d;"&gt;Please try to view DataEditing.aspx sample file of WebScheduler in browser of your development PC and check whether the reported problem still persist or not. Alternatively, you can browse the live version of this sample at &lt;a href="http://live.intersoftpt.com/cs/WebScheduler/DataEditing.aspx?noframe=1" target="_blank"&gt;http://live.intersoftpt.com/cs/WebScheduler/DataEditing.aspx&lt;/a&gt;.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #1f497d;"&gt;In order to enable user to insert, update, and delete event in WebScheduler, simply set the properties in DataEditing (instead of DataBinding).&lt;/span&gt;&lt;/p&gt;
&lt;pre&gt;&amp;lt;ISWebScheduler:WebScheduler ID="WebScheduler1" runat="server"
    EditingUrl="./WebScheduler/EditingFormHTML5.aspx"
    ...&amp;gt;
    &amp;lt;DataEditing AllowEdit="Yes" AllowResize="Yes" AllowMove="Yes" AllowDelete="Yes"
        AllowAdd="Yes" /&amp;gt;        
&amp;lt;/ISWebScheduler:WebScheduler&amp;gt;&lt;/pre&gt;
&lt;p&gt;&lt;span style="color: #1f497d;"&gt;Hope this helps.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Adding a New Event not working</title><link>http://www.intersoftsolutions.com/Community/WebScheduler/Adding-a-New-Event-not-working/</link><pubDate>Mon, 26 May 2014 08:39:53 GMT</pubDate><dc:creator>frankgary</dc:creator><description>&lt;p&gt;Hi Team -&lt;/p&gt;&lt;p&gt;We were trying to Add a new event from the webscheduler itself but some its not working. We checked all the properties of webscheduler and other than a option in "DataBinding" tag where it says "AllowAdd=yes" (which is already set to yes) we don't find any other valid setting to change. We can right click a empty cell and can see a option "New Event" but nothing comes up even we select that.&amp;nbsp;&lt;/p&gt;&lt;p&gt;It would be great if you can provide us some sample implementation for the same or some documents specifying steps to implement the same.&lt;/p&gt;&lt;p&gt;Thanks - Frank&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item></channel></rss>