<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Event Calendar Rails Plugin</title>
	<atom:link href="http://dev.elevationblog.com/2009/07/23/event-calendar-rails-plugin/feed/" rel="self" type="application/rss+xml" />
	<link>http://dev.elevationblog.com/2009/07/23/event-calendar-rails-plugin/</link>
	<description></description>
	<lastBuildDate>Fri, 05 Feb 2010 05:11:53 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: nkoehring</title>
		<link>http://dev.elevationblog.com/2009/07/23/event-calendar-rails-plugin/comment-page-2/#comment-229</link>
		<dc:creator>nkoehring</dc:creator>
		<pubDate>Thu, 04 Feb 2010 14:26:39 +0000</pubDate>
		<guid isPermaLink="false">http://elevationblog.com/2009/07/23/event-calendar-rails-plugin#comment-229</guid>
		<description>Thanks for this great plugin! I&#039;m currently working on a rails application for (flexi-)work time scheduling and this calendar exactly fits my needs!</description>
		<content:encoded><![CDATA[<p>Thanks for this great plugin! I&#8217;m currently working on a rails application for (flexi-)work time scheduling and this calendar exactly fits my needs!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Schuil</title>
		<link>http://dev.elevationblog.com/2009/07/23/event-calendar-rails-plugin/comment-page-2/#comment-225</link>
		<dc:creator>Jeff Schuil</dc:creator>
		<pubDate>Wed, 03 Feb 2010 02:33:48 +0000</pubDate>
		<guid isPermaLink="false">http://elevationblog.com/2009/07/23/event-calendar-rails-plugin#comment-225</guid>
		<description>I&#039;ve created a Google Group to help ask and answer questions. http://groups.google.com/group/event-calendar-plugin

I just re-posted these...

@Charley -&gt; http://groups.google.com/group/event-calendar-plugin/t/971e94fcc409abfa

@jeff -&gt; http://groups.google.com/group/event-calendar-plugin/t/12c9a8a8babc6ef4

It would be helpful if people could post these types of questions there from now on. And don&#039;t forget the GitHub Issues page and Wiki as well.

Thanks!</description>
		<content:encoded><![CDATA[<p>I&#8217;ve created a Google Group to help ask and answer questions. <a href="http://groups.google.com/group/event-calendar-plugin" rel="nofollow">http://groups.google.com/group/event-calendar-plugin</a></p>
<p>I just re-posted these&#8230;</p>
<p>@Charley -> <a href="http://groups.google.com/group/event-calendar-plugin/t/971e94fcc409abfa" rel="nofollow">http://groups.google.com/group/event-calendar-plugin/t/971e94fcc409abfa</a></p>
<p>@jeff -> <a href="http://groups.google.com/group/event-calendar-plugin/t/12c9a8a8babc6ef4" rel="nofollow">http://groups.google.com/group/event-calendar-plugin/t/12c9a8a8babc6ef4</a></p>
<p>It would be helpful if people could post these types of questions there from now on. And don&#8217;t forget the GitHub Issues page and Wiki as well.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Serguei Panfilov</title>
		<link>http://dev.elevationblog.com/2009/07/23/event-calendar-rails-plugin/comment-page-2/#comment-223</link>
		<dc:creator>Serguei Panfilov</dc:creator>
		<pubDate>Mon, 01 Feb 2010 21:14:50 +0000</pubDate>
		<guid isPermaLink="false">http://elevationblog.com/2009/07/23/event-calendar-rails-plugin#comment-223</guid>
		<description>Well done, Jeff. 
That&#039;s exactly what I was looking for.</description>
		<content:encoded><![CDATA[<p>Well done, Jeff.<br />
That&#8217;s exactly what I was looking for.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg</title>
		<link>http://dev.elevationblog.com/2009/07/23/event-calendar-rails-plugin/comment-page-2/#comment-222</link>
		<dc:creator>Greg</dc:creator>
		<pubDate>Sun, 31 Jan 2010 02:32:05 +0000</pubDate>
		<guid isPermaLink="false">http://elevationblog.com/2009/07/23/event-calendar-rails-plugin#comment-222</guid>
		<description>Meh.  I hacked it so it will pass a string of extra conditions down to the query in events_for_date_range.</description>
		<content:encoded><![CDATA[<p>Meh.  I hacked it so it will pass a string of extra conditions down to the query in events_for_date_range.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg</title>
		<link>http://dev.elevationblog.com/2009/07/23/event-calendar-rails-plugin/comment-page-2/#comment-221</link>
		<dc:creator>Greg</dc:creator>
		<pubDate>Sat, 30 Jan 2010 21:09:06 +0000</pubDate>
		<guid isPermaLink="false">http://elevationblog.com/2009/07/23/event-calendar-rails-plugin#comment-221</guid>
		<description>Jeff, awesome plugin!  Took me about 5 minutes to get it up in running.  I have a quick question though, and maybe someone else can answer it.  Right now all events are shown which is fine for starters, but I need to be able to easily supply the calendar with a custom collection of events(like only events in TX, etc.).  Where would be the best place in the code to implement this?  Can it be done for the controller, or would I need to modify the plugin?

Thanks!</description>
		<content:encoded><![CDATA[<p>Jeff, awesome plugin!  Took me about 5 minutes to get it up in running.  I have a quick question though, and maybe someone else can answer it.  Right now all events are shown which is fine for starters, but I need to be able to easily supply the calendar with a custom collection of events(like only events in TX, etc.).  Where would be the best place in the code to implement this?  Can it be done for the controller, or would I need to modify the plugin?</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jeff</title>
		<link>http://dev.elevationblog.com/2009/07/23/event-calendar-rails-plugin/comment-page-2/#comment-220</link>
		<dc:creator>jeff</dc:creator>
		<pubDate>Fri, 29 Jan 2010 14:36:59 +0000</pubDate>
		<guid isPermaLink="false">http://elevationblog.com/2009/07/23/event-calendar-rails-plugin#comment-220</guid>
		<description>hi
thank you for your great plugin
i wonder if it is possible to have a different look, for example the whole year, the week, a simple day and so on ...
is there a possibility ?
thanx again!</description>
		<content:encoded><![CDATA[<p>hi<br />
thank you for your great plugin<br />
i wonder if it is possible to have a different look, for example the whole year, the week, a simple day and so on &#8230;<br />
is there a possibility ?<br />
thanx again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Charley</title>
		<link>http://dev.elevationblog.com/2009/07/23/event-calendar-rails-plugin/comment-page-2/#comment-219</link>
		<dc:creator>Charley</dc:creator>
		<pubDate>Thu, 28 Jan 2010 02:06:08 +0000</pubDate>
		<guid isPermaLink="false">http://elevationblog.com/2009/07/23/event-calendar-rails-plugin#comment-219</guid>
		<description>Does anyone have any experience using this with conditions for the events. I set up my events to be able to be either public or private, and there are multiple users. My goal is for a logged in user to be able to see their public and private events, then be able to see other users calendars with only that users public events. Anybody have any experience with anything like that or know where I should start? 

Love the plugin by the way!!!</description>
		<content:encoded><![CDATA[<p>Does anyone have any experience using this with conditions for the events. I set up my events to be able to be either public or private, and there are multiple users. My goal is for a logged in user to be able to see their public and private events, then be able to see other users calendars with only that users public events. Anybody have any experience with anything like that or know where I should start? </p>
<p>Love the plugin by the way!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://dev.elevationblog.com/2009/07/23/event-calendar-rails-plugin/comment-page-2/#comment-215</link>
		<dc:creator>David</dc:creator>
		<pubDate>Tue, 19 Jan 2010 09:01:30 +0000</pubDate>
		<guid isPermaLink="false">http://elevationblog.com/2009/07/23/event-calendar-rails-plugin#comment-215</guid>
		<description>Thx RoR developer! Nice solution.</description>
		<content:encoded><![CDATA[<p>Thx RoR developer! Nice solution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Schuil</title>
		<link>http://dev.elevationblog.com/2009/07/23/event-calendar-rails-plugin/comment-page-2/#comment-214</link>
		<dc:creator>Jeff Schuil</dc:creator>
		<pubDate>Mon, 18 Jan 2010 20:19:25 +0000</pubDate>
		<guid isPermaLink="false">http://elevationblog.com/2009/07/23/event-calendar-rails-plugin#comment-214</guid>
		<description>@RoR developer

Thanks for the starting point on adding localization. I&#039;ve just updated the plugin.</description>
		<content:encoded><![CDATA[<p>@RoR developer</p>
<p>Thanks for the starting point on adding localization. I&#8217;ve just updated the plugin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Schuil</title>
		<link>http://dev.elevationblog.com/2009/07/23/event-calendar-rails-plugin/comment-page-2/#comment-213</link>
		<dc:creator>Jeff Schuil</dc:creator>
		<pubDate>Mon, 18 Jan 2010 20:18:16 +0000</pubDate>
		<guid isPermaLink="false">http://elevationblog.com/2009/07/23/event-calendar-rails-plugin#comment-213</guid>
		<description>@Mike

Glad you like the plugin. For one of our projects I used it as is to do something similar to your reservation plugin, where we had two models: Event and EventDate. An event has many event dates. The EventDate model declared has_event_calendar, thus showing each date on the calendar. It worked pretty well. It looks like your plugin formalizes this method?</description>
		<content:encoded><![CDATA[<p>@Mike</p>
<p>Glad you like the plugin. For one of our projects I used it as is to do something similar to your reservation plugin, where we had two models: Event and EventDate. An event has many event dates. The EventDate model declared has_event_calendar, thus showing each date on the calendar. It worked pretty well. It looks like your plugin formalizes this method?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
