﻿<?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 - Insert method null parameters</title><link>http://www.intersoftsolutions.com/Community/WebScheduler/Insert-method-null-parameters/</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>Insert method null parameters</title><link>http://www.intersoftsolutions.com/Community/WebScheduler/Insert-method-null-parameters/</link><pubDate>Fri, 16 Apr 2010 03:19:27 GMT</pubDate><dc:creator>Glayaar</dc:creator><description>&lt;p&gt;The null parameter is caused because the insert parameter in the IS DataSource does not match the field which already bound in the EventBinding WebScheduler property.&lt;/p&gt;&lt;p&gt;Here is the EventBinding property in your WebScheduler attached project:&lt;/p&gt;&lt;pre&gt;&amp;lt;EventsBinding AllDayEventField="AllDayEvent" CategoryIDField="CategoryID" DescriptionField="Description"&lt;br /&gt;    EndTimeField="EndTime" EventIDField="ID" LocationField="Location" ModeField="Mode"&lt;br /&gt;    ReminderTimeSpanField="Reminder" ResourceIDField="ResourceID" StartTimeField="StartTime"&lt;br /&gt;    SubjectField="Subject" /&amp;gt;&lt;/pre&gt;
&lt;p&gt;The correct insert parameter in the IS DataSource table Events:&lt;/p&gt;&lt;pre&gt;&amp;lt;InsertParameters&amp;gt;&lt;br /&gt;    &amp;lt;asp:Parameter Name="ID" Type="Int32" /&amp;gt;&lt;br /&gt;    &amp;lt;asp:Parameter Name="CategoryID" Type="String" /&amp;gt;&lt;br /&gt;    &amp;lt;asp:Parameter Name="ResourceID" Type="Int32" /&amp;gt;&lt;br /&gt;    &amp;lt;asp:Parameter Name="Mode" Type="Int32" /&amp;gt;&lt;br /&gt;    &amp;lt;asp:Parameter Name="Subject" Type="String" /&amp;gt;&lt;br /&gt;    &amp;lt;asp:Parameter Name="Description" Type="String" /&amp;gt;&lt;br /&gt;    &amp;lt;asp:Parameter Name="Location" Type="String" /&amp;gt;&lt;br /&gt;    &amp;lt;asp:Parameter Name="AllDayEvent" Type="Boolean" /&amp;gt;&lt;br /&gt;    &amp;lt;asp:Parameter Name="StartTime" Type="DateTime" /&amp;gt;&lt;br /&gt;    &amp;lt;asp:Parameter Name="EndTime" Type="DateTime" /&amp;gt;&lt;br /&gt;    &amp;lt;asp:Parameter Name="ReminderTimeSpan" Type="Int32" /&amp;gt;&lt;br /&gt;&amp;lt;/InsertParameters&amp;gt;&lt;/pre&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Insert method null parameters</title><link>http://www.intersoftsolutions.com/Community/WebScheduler/Insert-method-null-parameters/</link><pubDate>Thu, 15 Apr 2010 00:04:00 GMT</pubDate><dc:creator>astute.in</dc:creator><description>&lt;p&gt;Hi Glenn,&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Thanks for your response.&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Pl find attached my solution. I'v overridden GetData method to pull data from google calendar instead of database. Similarly I'm trying to save in google calendar in Insert method. When testing this, pl don't forget to change google account details at respective places (search for @gmail.com).&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;regards,&lt;/p&gt;
&lt;p&gt;D2&lt;/p&gt;</description></item><item><title>Insert method null parameters</title><link>http://www.intersoftsolutions.com/Community/WebScheduler/Insert-method-null-parameters/</link><pubDate>Mon, 12 Apr 2010 21:42:43 GMT</pubDate><dc:creator>Glayaar</dc:creator><description>&lt;p&gt;Do you mind explaining in more detail the scenario you are using in order to replicate the issue?&lt;/p&gt;&lt;p&gt;Does the issue also occurs in our provided sample? If not do you mind sending us a simple sample of the issue you are facing?&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Insert method null parameters</title><link>http://www.intersoftsolutions.com/Community/WebScheduler/Insert-method-null-parameters/</link><pubDate>Mon, 12 Apr 2010 15:37:12 GMT</pubDate><dc:creator>astute.in</dc:creator><description>I'm getting null for all parameters to my Insert method. any idea what could be wrong?</description></item></channel></rss>