﻿<?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 - Number of events</title><link>http://www.intersoftsolutions.com/Community/WebScheduler/Number-of-events/</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>Number of events</title><link>http://www.intersoftsolutions.com/Community/WebScheduler/Number-of-events/</link><pubDate>Thu, 14 Aug 2014 00:24:45 GMT</pubDate><dc:creator>Hans</dc:creator><description>Hello,&lt;br&gt;&lt;br&gt;I try to use “EventViews.length” in WebScheduler Samples, “FirstExperience.aspx”.&lt;br&gt;Unfortunately, it works fine on my end.&lt;br&gt;&lt;br&gt;Since you create the new WebScheduler, please kindly ensure that you have inserted one or two events to the WebScheduler.&lt;br&gt;&lt;br&gt;Thank you.&lt;br&gt;&lt;br&gt;Regards,&lt;br&gt;Hans K.</description></item><item><title>Number of events</title><link>http://www.intersoftsolutions.com/Community/WebScheduler/Number-of-events/</link><pubDate>Thu, 07 Aug 2014 05:45:30 GMT</pubDate><dc:creator>dora</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;&lt;p&gt;When I create a new WebScheduler website and I try to use EventViews.length it gives me the result 0, but when I use the website from the sample FirstExperience.aspx the result is different from 0. I do not know what is happening.&lt;/p&gt;&lt;p&gt;Thank you.&lt;/p&gt;&lt;p&gt;Dora&lt;br&gt;&lt;/p&gt;</description></item><item><title>Number of events</title><link>http://www.intersoftsolutions.com/Community/WebScheduler/Number-of-events/</link><pubDate>Thu, 07 Aug 2014 04:16:49 GMT</pubDate><dc:creator>Hans</dc:creator><description>&lt;p&gt;Hello,&lt;br&gt;&lt;br&gt;I created a JavaScript to get the first event object and the length of all events.&lt;br&gt;Here’s the code:&lt;br&gt;&lt;/p&gt;&lt;pre&gt;function btnonclick() {    var WebScheduler1 = ISGetObject("WebScheduler1");
    alert("All Event Length: " + WebScheduler1.EventViews.length);
    alert("Event Type: " + WebScheduler1.EventViews[0].MasterObject._Type + "; Event Subject: " + WebScheduler1.EventViews[0].MasterObject.Subject + "; Event Location: " + WebScheduler1.EventViews[0].MasterObject.Location);
}&lt;/pre&gt;&lt;p&gt;Then I add this JavaScript to FirstExperience.aspx page in WebScheduler Samples Solution.&lt;br&gt;The result is the code works fine.&lt;br&gt;&lt;br&gt;Please kindly have review on the attached file to see the result.&lt;br&gt;&lt;br&gt;Regards,&lt;br&gt;Hans K.&lt;br&gt;&lt;br&gt;&lt;/p&gt;</description></item><item><title>Number of events</title><link>http://www.intersoftsolutions.com/Community/WebScheduler/Number-of-events/</link><pubDate>Wed, 06 Aug 2014 13:01:19 GMT</pubDate><dc:creator>dora</dc:creator><description>&lt;p&gt;&lt;br&gt;&lt;/p&gt;&lt;p&gt;Hello,&lt;/p&gt;&lt;p&gt;Is there any property for the events and number of events&amp;nbsp;except EventViews[]&amp;nbsp;and EventViews.length in javascript? These do not work.&lt;/p&gt;&lt;p&gt;Thank you.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;br&gt;&lt;/p&gt;</description></item></channel></rss>