<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>Dotnetnuke Upcoming Events Addon</title><link>http://www.codeplex.com/dnnupcomingevents/Project/ProjectRss.aspx</link><description>Upcoming Events Module for Dotnetnuke. Requires standard DNN Events module.</description><item><title>Commented Issue: Problem with recurring events</title><link>http://www.codeplex.com/dnnupcomingevents/WorkItem/View.aspx?WorkItemId=6475</link><description>Hi there, great module except for me it seems to display recurring events incorrectly.  Displays the date for the first time the recurring event occurred rather than the upcoming date for the next occurrence of the recurring event.&lt;br /&gt;Comments: ** Comment from web user: stephendnn ** &lt;p&gt;yes - have a look at http&amp;#58;&amp;#47;&amp;#47;www.mnl.org.nz&amp;#47;OurChurch&amp;#47;Events&amp;#47;tabid&amp;#47;59&amp;#47;Default.aspx.  I thought it was a reoccurring event error but looking at it now it appears to be listing the first events ever entered in this calendar rather than the upcoming events.&lt;/p&gt;</description><author>stephendnn</author><pubDate>Sun, 29 Jun 2008 13:48:49 GMT</pubDate><guid isPermaLink="false">Commented Issue: Problem with recurring events 20080629014849P</guid></item><item><title>Commented Issue: Problem with recurring events</title><link>http://www.codeplex.com/dnnupcomingevents/WorkItem/View.aspx?WorkItemId=6475</link><description>Hi there, great module except for me it seems to display recurring events incorrectly.  Displays the date for the first time the recurring event occurred rather than the upcoming date for the next occurrence of the recurring event.&lt;br /&gt;Comments: ** Comment from web user: curlyfro ** &lt;p&gt;do you have a public site with the module running that i can take a look at&amp;#63;&lt;/p&gt;</description><author>curlyfro</author><pubDate>Thu, 26 Jun 2008 01:42:21 GMT</pubDate><guid isPermaLink="false">Commented Issue: Problem with recurring events 20080626014221A</guid></item><item><title>Created Issue: Problem with recurring events</title><link>http://www.codeplex.com/dnnupcomingevents/WorkItem/View.aspx?WorkItemId=6475</link><description>Hi there, great module except for me it seems to display recurring events incorrectly.  Displays the date for the first time the recurring event occurred rather than the upcoming date for the next occurrence of the recurring event.&lt;br /&gt;</description><author>stephendnn</author><pubDate>Wed, 25 Jun 2008 08:31:12 GMT</pubDate><guid isPermaLink="false">Created Issue: Problem with recurring events 20080625083112A</guid></item><item><title>CREATED RELEASE: Dotnetnuke Upcoming Events Addon v1.00.06 (Jun 14, 2008)</title><link>http://www.codeplex.com/dnnupcomingevents/Release/ProjectReleases.aspx?ReleaseId=14382</link><description>&lt;div&gt;
added bug fix&lt;br&gt;
&lt;/div&gt;</description><author></author><pubDate>Sat, 14 Jun 2008 06:24:12 GMT</pubDate><guid isPermaLink="false">CREATED RELEASE: Dotnetnuke Upcoming Events Addon v1.00.06 (Jun 14, 2008) 20080614062412A</guid></item><item><title>RELEASED: Dotnetnuke Upcoming Events Addon v1.00.06 (Jun 14, 2008)</title><link>http://www.codeplex.com/dnnupcomingevents/Release/ProjectReleases.aspx?ReleaseId=14382</link><description>&lt;div&gt;
added bug fix&lt;br&gt;
&lt;/div&gt;</description><author></author><pubDate>Sat, 14 Jun 2008 06:24:12 GMT</pubDate><guid isPermaLink="false">RELEASED: Dotnetnuke Upcoming Events Addon v1.00.06 (Jun 14, 2008) 20080614062412A</guid></item><item><title>Commented Issue: Bug causes wrong number of items to be shown</title><link>http://www.codeplex.com/dnnupcomingevents/WorkItem/View.aspx?WorkItemId=6277</link><description>Hi &lt;br /&gt;&lt;br /&gt;Great module, but very difficult to find on the web, why don&amp;#39;t you add it to SnowCovered&amp;#63;&lt;br /&gt;&lt;br /&gt;There is a logical bug in the code that iterates for each category instead over all items finding the first n of a category but searching only in the first n about entries that fit to the category&lt;br /&gt;&lt;br /&gt;A possible alternative code could look like &amp;#40;I changed also the formatting, so adopt please&amp;#41;&lt;br /&gt;&lt;br /&gt;            Dim arrEvents As ArrayList &amp;#61; objEventController.EventsGetByRange&amp;#40;_moduleID, Today.ToString&amp;#40;&amp;#41;, Today.AddDays&amp;#40;_days&amp;#41;.ToString&amp;#40;&amp;#41;, &amp;#34;&amp;#34;&amp;#41;&lt;br /&gt;            If arrEvents.Count &amp;#62; 0 Then&lt;br /&gt;                Dim i As Integer &amp;#61; 0&lt;br /&gt;                Dim max As Integer &amp;#61; 0&lt;br /&gt;                For i &amp;#61; 0 To arrEvents.Count - 1&lt;br /&gt;                    Dim objEvent As DotNetNuke.Modules.Events.EventInfo &amp;#61; CType&amp;#40;arrEvents&amp;#40;i&amp;#41;, DotNetNuke.Modules.Events.EventInfo&amp;#41;&lt;br /&gt;&lt;br /&gt;                    If &amp;#40;&amp;#40;_category &amp;#60;&amp;#61; 0&amp;#41; Or &amp;#40;_category &amp;#61; objEvent.Category&amp;#41;&amp;#41; Then&lt;br /&gt;                        If &amp;#40;max &amp;#60; _events&amp;#41; Then&lt;br /&gt;                            Dim dr As DataRow &amp;#61; dt.NewRow&amp;#40;&amp;#41;&lt;br /&gt;                            dr&amp;#40;&amp;#34;EventDateBegin&amp;#34;&amp;#41; &amp;#61; String.Format&amp;#40;New System.Globalization.CultureInfo&amp;#40;&amp;#34;de-DE&amp;#34;&amp;#41;, &amp;#34;&amp;#123;0&amp;#58;D&amp;#125;&amp;#34;, objEvent.EventDateBegin&amp;#41;&lt;br /&gt;                            dr&amp;#40;&amp;#34;EventClassName&amp;#34;&amp;#41; &amp;#61; &amp;#34;title&amp;#34;&lt;br /&gt;                            dr&amp;#40;&amp;#34;EventName&amp;#34;&amp;#41; &amp;#61; objEvent.EventName&lt;br /&gt;                            dr&amp;#40;&amp;#34;LocationName&amp;#34;&amp;#41; &amp;#61; objEvent.LocationName&lt;br /&gt;                            dr&amp;#40;&amp;#34;DetailsUrlClassName&amp;#34;&amp;#41; &amp;#61; &amp;#34;learnMore&amp;#34;&lt;br /&gt;                            dr&amp;#40;&amp;#34;DetailsUrl&amp;#34;&amp;#41; &amp;#61; AddHTTP&amp;#40;Me.PortalSettings.PortalAlias.HTTPAlias &amp;#43; &amp;#34;&amp;#47;tabid&amp;#47;&amp;#34; &amp;#43; _tabID.ToString&amp;#40;&amp;#41; &amp;#43; &amp;#34;&amp;#47;ModuleID&amp;#47;&amp;#34; &amp;#38; _moduleID.ToString&amp;#40;&amp;#41; &amp;#38; &amp;#34;&amp;#47;ItemID&amp;#47;&amp;#34; &amp;#43; objEvent.EventID.ToString&amp;#40;&amp;#41; &amp;#43; &amp;#34;&amp;#47;mctl&amp;#47;EventDetails&amp;#47;Default.aspx&amp;#34;&amp;#41;&lt;br /&gt;                            dt.Rows.Add&amp;#40;dr&amp;#41;&lt;br /&gt;&lt;br /&gt;                            max &amp;#61; max &amp;#43; 1&lt;br /&gt;                        End If&lt;br /&gt;                    End If&lt;br /&gt;                Next&lt;br /&gt;            End If&lt;br /&gt;&lt;br /&gt;Best regards&lt;br /&gt;Comments: ** Comment from web user: curlyfro ** &lt;p&gt;thanks Jack.  added your bug fix.&lt;/p&gt;</description><author>curlyfro</author><pubDate>Sat, 14 Jun 2008 06:22:15 GMT</pubDate><guid isPermaLink="false">Commented Issue: Bug causes wrong number of items to be shown 20080614062215A</guid></item><item><title>CREATED ISSUE: Bug causes wrong number of items to be shown</title><link>http://www.codeplex.com/dnnupcomingevents/WorkItem/View.aspx?WorkItemId=6277</link><description>Hi &lt;br /&gt;&lt;br /&gt;Great module, but very difficult to find on the web, why don&amp;#39;t you add it to SnowCovered&amp;#63;&lt;br /&gt;&lt;br /&gt;There is a logical bug in the code that iterates for each category instead over all items finding the first n of a category but searching only in the first n about entries that fit to the category&lt;br /&gt;&lt;br /&gt;A possible alternative code could look like &amp;#40;I changed also the formatting, so adopt please&amp;#41;&lt;br /&gt;&lt;br /&gt;            Dim arrEvents As ArrayList &amp;#61; objEventController.EventsGetByRange&amp;#40;_moduleID, Today.ToString&amp;#40;&amp;#41;, Today.AddDays&amp;#40;_days&amp;#41;.ToString&amp;#40;&amp;#41;, &amp;#34;&amp;#34;&amp;#41;&lt;br /&gt;            If arrEvents.Count &amp;#62; 0 Then&lt;br /&gt;                Dim i As Integer &amp;#61; 0&lt;br /&gt;                Dim max As Integer &amp;#61; 0&lt;br /&gt;                For i &amp;#61; 0 To arrEvents.Count - 1&lt;br /&gt;                    Dim objEvent As DotNetNuke.Modules.Events.EventInfo &amp;#61; CType&amp;#40;arrEvents&amp;#40;i&amp;#41;, DotNetNuke.Modules.Events.EventInfo&amp;#41;&lt;br /&gt;&lt;br /&gt;                    If &amp;#40;&amp;#40;_category &amp;#60;&amp;#61; 0&amp;#41; Or &amp;#40;_category &amp;#61; objEvent.Category&amp;#41;&amp;#41; Then&lt;br /&gt;                        If &amp;#40;max &amp;#60; _events&amp;#41; Then&lt;br /&gt;                            Dim dr As DataRow &amp;#61; dt.NewRow&amp;#40;&amp;#41;&lt;br /&gt;                            dr&amp;#40;&amp;#34;EventDateBegin&amp;#34;&amp;#41; &amp;#61; String.Format&amp;#40;New System.Globalization.CultureInfo&amp;#40;&amp;#34;de-DE&amp;#34;&amp;#41;, &amp;#34;&amp;#123;0&amp;#58;D&amp;#125;&amp;#34;, objEvent.EventDateBegin&amp;#41;&lt;br /&gt;                            dr&amp;#40;&amp;#34;EventClassName&amp;#34;&amp;#41; &amp;#61; &amp;#34;title&amp;#34;&lt;br /&gt;                            dr&amp;#40;&amp;#34;EventName&amp;#34;&amp;#41; &amp;#61; objEvent.EventName&lt;br /&gt;                            dr&amp;#40;&amp;#34;LocationName&amp;#34;&amp;#41; &amp;#61; objEvent.LocationName&lt;br /&gt;                            dr&amp;#40;&amp;#34;DetailsUrlClassName&amp;#34;&amp;#41; &amp;#61; &amp;#34;learnMore&amp;#34;&lt;br /&gt;                            dr&amp;#40;&amp;#34;DetailsUrl&amp;#34;&amp;#41; &amp;#61; AddHTTP&amp;#40;Me.PortalSettings.PortalAlias.HTTPAlias &amp;#43; &amp;#34;&amp;#47;tabid&amp;#47;&amp;#34; &amp;#43; _tabID.ToString&amp;#40;&amp;#41; &amp;#43; &amp;#34;&amp;#47;ModuleID&amp;#47;&amp;#34; &amp;#38; _moduleID.ToString&amp;#40;&amp;#41; &amp;#38; &amp;#34;&amp;#47;ItemID&amp;#47;&amp;#34; &amp;#43; objEvent.EventID.ToString&amp;#40;&amp;#41; &amp;#43; &amp;#34;&amp;#47;mctl&amp;#47;EventDetails&amp;#47;Default.aspx&amp;#34;&amp;#41;&lt;br /&gt;                            dt.Rows.Add&amp;#40;dr&amp;#41;&lt;br /&gt;&lt;br /&gt;                            max &amp;#61; max &amp;#43; 1&lt;br /&gt;                        End If&lt;br /&gt;                    End If&lt;br /&gt;                Next&lt;br /&gt;            End If&lt;br /&gt;&lt;br /&gt;Best regards&lt;br /&gt;</description><author>jachmann</author><pubDate>Sat, 31 May 2008 13:14:43 GMT</pubDate><guid isPermaLink="false">CREATED ISSUE: Bug causes wrong number of items to be shown 20080531011443P</guid></item><item><title>NEW POST: Upcoming events for subcalendar</title><link>http://www.codeplex.com/dnnupcomingevents/Thread/View.aspx?ThreadId=26659</link><description>&lt;div class="wikidoc"&gt;
Hi,&lt;br /&gt;i have installed and used this addon, i have an issue but i don't know if it's a feature or a bug.&lt;br /&gt;I have a calendar that have a Sub-Calendar and if i add an events to the &amp;quot;master&amp;quot; calendar the addon shows it correctly, but if i add an event to the sub calendar the events is showed on &amp;quot;master&amp;quot; calendar but nothing appear on the addon.&lt;br /&gt;Is this a feature or a bug ?&lt;br /&gt;Thanks in advance&lt;br /&gt;
&lt;/div&gt;</description><author>delfo</author><pubDate>Sun, 27 Apr 2008 12:19:38 GMT</pubDate><guid isPermaLink="false">NEW POST: Upcoming events for subcalendar 20080427121938P</guid></item><item><title>COMMENTED ISSUE: Events listing twice</title><link>http://www.codeplex.com/dnnupcomingevents/WorkItem/View.aspx?WorkItemId=5828</link><description>Maybe I&amp;#39;m doing something wrong, but my events show up twice.  &lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;JoeV&lt;br /&gt;Comments: ** Comment from web user: curlyfro ** &lt;p&gt;tiram, do you have a sticky category&amp;#63;&lt;/p&gt;</description><author>curlyfro</author><pubDate>Fri, 04 Apr 2008 03:03:16 GMT</pubDate><guid isPermaLink="false">COMMENTED ISSUE: Events listing twice 20080404030316A</guid></item><item><title>COMMENTED ISSUE: Events listing twice</title><link>http://www.codeplex.com/dnnupcomingevents/WorkItem/View.aspx?WorkItemId=5828</link><description>Maybe I&amp;#39;m doing something wrong, but my events show up twice.  &lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;JoeV&lt;br /&gt;Comments: ** Comment from web user: tiram ** &lt;p&gt;Upgraded to 1.0.5 and still seeing twice. Note that the the order is mirrored eg. 123....321 &lt;/p&gt;</description><author>tiram</author><pubDate>Thu, 03 Apr 2008 11:26:24 GMT</pubDate><guid isPermaLink="false">COMMENTED ISSUE: Events listing twice 20080403112624A</guid></item><item><title>COMMENTED ISSUE: Still getting duplicate events from 1.03 despite downloading 1.04</title><link>http://www.codeplex.com/dnnupcomingevents/WorkItem/View.aspx?WorkItemId=5861</link><description>Still getting duplicate events from 1.03 despite downloading 1.04.  1.04 file download looks exactly like 1.03 file and when loaded still shows version in DNN Module listing at 1.03&lt;br /&gt;Comments: ** Comment from web user: curlyfro ** &lt;p&gt;sorry -- i uploaded the wrong version to codeplex.  i uploaded the correct version as 1.05.&lt;/p&gt;</description><author>curlyfro</author><pubDate>Wed, 02 Apr 2008 09:19:41 GMT</pubDate><guid isPermaLink="false">COMMENTED ISSUE: Still getting duplicate events from 1.03 despite downloading 1.04 20080402091941A</guid></item><item><title>CREATED RELEASE: Dotnetnuke Upcoming Events Addon v1.00.05 (Apr 02, 2008)</title><link>http://www.codeplex.com/dnnupcomingevents/Release/ProjectReleases.aspx?ReleaseId=12197</link><description>uploaded the correct version to codeplex</description><author></author><pubDate>Wed, 02 Apr 2008 09:17:12 GMT</pubDate><guid isPermaLink="false">CREATED RELEASE: Dotnetnuke Upcoming Events Addon v1.00.05 (Apr 02, 2008) 20080402091712A</guid></item><item><title>CREATED ISSUE: Still getting duplicate events from 1.03 despite downloading 1.04</title><link>http://www.codeplex.com/dnnupcomingevents/WorkItem/View.aspx?WorkItemId=5861</link><description>Still getting duplicate events from 1.03 despite downloading 1.04.  1.04 file download looks exactly like 1.03 file and when loaded still shows version in DNN Module listing at 1.03&lt;br /&gt;</description><author>bmann</author><pubDate>Tue, 01 Apr 2008 01:30:04 GMT</pubDate><guid isPermaLink="false">CREATED ISSUE: Still getting duplicate events from 1.03 despite downloading 1.04 20080401013004A</guid></item><item><title>COMMENTED ISSUE: Events listing twice</title><link>http://www.codeplex.com/dnnupcomingevents/WorkItem/View.aspx?WorkItemId=5828</link><description>Maybe I&amp;#39;m doing something wrong, but my events show up twice.  &lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;JoeV&lt;br /&gt;Comments: ** Comment from web user: curlyfro ** &lt;p&gt;fixed in current release.&lt;/p&gt;&lt;p&gt;Thanks JoeV&lt;/p&gt;</description><author>curlyfro</author><pubDate>Fri, 28 Mar 2008 16:24:46 GMT</pubDate><guid isPermaLink="false">COMMENTED ISSUE: Events listing twice 20080328042446P</guid></item><item><title>UPDATED RELEASE: Dotnetnuke Upcoming Events Addon v1.00.04 (Mar 28, 2008)</title><link>http://www.codeplex.com/dnnupcomingevents/Release/ProjectReleases.aspx?ReleaseId=12069</link><description>fixed issue where sticky events showed as duplicates.&lt;br /&gt;fixed issue where multiple sticky events showed out of order.</description><author></author><pubDate>Fri, 28 Mar 2008 16:23:26 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: Dotnetnuke Upcoming Events Addon v1.00.04 (Mar 28, 2008) 20080328042326P</guid></item><item><title>CREATED ISSUE: Events listing twice</title><link>http://www.codeplex.com/dnnupcomingevents/WorkItem/View.aspx?WorkItemId=5828</link><description>Maybe I&amp;#39;m doing something wrong, but my events show up twice.  &lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;JoeV&lt;br /&gt;</description><author>joevdnn</author><pubDate>Tue, 25 Mar 2008 20:13:53 GMT</pubDate><guid isPermaLink="false">CREATED ISSUE: Events listing twice 20080325081353P</guid></item><item><title>UPDATED RELEASE: Dotnetnuke Upcoming Events Addon v1.00.03 (Mar 09, 2008)</title><link>http://www.codeplex.com/dnnupcomingevents/Release/ProjectReleases.aspx?ReleaseId=11526</link><description>Updated packaging.</description><author></author><pubDate>Mon, 10 Mar 2008 02:18:36 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: Dotnetnuke Upcoming Events Addon v1.00.03 (Mar 09, 2008) 20080310021836A</guid></item><item><title>UPDATED RELEASE: Dotnetnuke Upcoming Events Addon v1.00.03 (Mar 09, 2008)</title><link>http://www.codeplex.com/dnnupcomingevents/Release/ProjectReleases.aspx?ReleaseId=11526</link><description>Updated packaging.</description><author></author><pubDate>Mon, 10 Mar 2008 02:18:15 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: Dotnetnuke Upcoming Events Addon v1.00.03 (Mar 09, 2008) 20080310021815A</guid></item><item><title>CREATED RELEASE: Dotnetnuke Upcoming Events Addon v1.00.03 (Mar 09, 2008)</title><link>http://www.codeplex.com/dnnupcomingevents/Release/ProjectReleases.aspx?ReleaseId=11526</link><description>Updated packaging.</description><author></author><pubDate>Mon, 10 Mar 2008 02:12:41 GMT</pubDate><guid isPermaLink="false">CREATED RELEASE: Dotnetnuke Upcoming Events Addon v1.00.03 (Mar 09, 2008) 20080310021241A</guid></item><item><title>UPDATED RELEASE: Dotnetnuke Upcoming Events Addon v1.00.02 (Mar 08, 2008)</title><link>http://www.codeplex.com/dnnupcomingevents/Release/ProjectReleases.aspx?ReleaseId=11502</link><description>Fixed App_Code packaging problem.</description><author></author><pubDate>Sat, 08 Mar 2008 21:30:05 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: Dotnetnuke Upcoming Events Addon v1.00.02 (Mar 08, 2008) 20080308093005P</guid></item></channel></rss>