<?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>Kommentare zu: FINALLY! RailsICalendar ical ics publish with ruby on&#160;rails</title>
	<atom:link href="http://funkensturm.de/2008/02/10/finally-railsicalendar-ical-ics-publish-with-ruby-on-rails/feed/" rel="self" type="application/rss+xml" />
	<link>http://funkensturm.de/2008/02/10/finally-railsicalendar-ical-ics-publish-with-ruby-on-rails/</link>
	<description>Das funkensturm. Weblog</description>
	<lastBuildDate>Fri, 16 Sep 2011 15:09:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Von: Denise Schmidhuber</title>
		<link>http://funkensturm.de/2008/02/10/finally-railsicalendar-ical-ics-publish-with-ruby-on-rails/comment-page-1/#comment-8902</link>
		<dc:creator>Denise Schmidhuber</dc:creator>
		<pubDate>Thu, 23 Jul 2009 11:44:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.funkensturm.de/2008/02/10/finally-railsicalendar-ical-ics-publish-with-ruby-on-rails/#comment-8902</guid>
		<description>Ganz schön formuliert - super.</description>
		<content:encoded><![CDATA[<p>Ganz schön formuliert &#8211; super.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: captain</title>
		<link>http://funkensturm.de/2008/02/10/finally-railsicalendar-ical-ics-publish-with-ruby-on-rails/comment-page-1/#comment-4583</link>
		<dc:creator>captain</dc:creator>
		<pubDate>Wed, 11 Feb 2009 22:06:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.funkensturm.de/2008/02/10/finally-railsicalendar-ical-ics-publish-with-ruby-on-rails/#comment-4583</guid>
		<description>Wonderful.</description>
		<content:encoded><![CDATA[<p>Wonderful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: sanjay</title>
		<link>http://funkensturm.de/2008/02/10/finally-railsicalendar-ical-ics-publish-with-ruby-on-rails/comment-page-1/#comment-4582</link>
		<dc:creator>sanjay</dc:creator>
		<pubDate>Wed, 11 Feb 2009 21:45:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.funkensturm.de/2008/02/10/finally-railsicalendar-ical-ics-publish-with-ruby-on-rails/#comment-4582</guid>
		<description>i have fixed this i was only getting the date_select submit form not proper calendar for ics file on PATH_ICS path

thanks for reply</description>
		<content:encoded><![CDATA[<p>i have fixed this i was only getting the date_select submit form not proper calendar for ics file on PATH_ICS path</p>
<p>thanks for reply</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: captain</title>
		<link>http://funkensturm.de/2008/02/10/finally-railsicalendar-ical-ics-publish-with-ruby-on-rails/comment-page-1/#comment-4580</link>
		<dc:creator>captain</dc:creator>
		<pubDate>Wed, 11 Feb 2009 14:34:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.funkensturm.de/2008/02/10/finally-railsicalendar-ical-ics-publish-with-ruby-on-rails/#comment-4580</guid>
		<description>Hi!

1. What do you mean by &quot;I am not getting the full display&quot;? Can you not see the code or is your application not having any output, or..?

2. Do you see these lines:
    # Set variables
    @scope     = 7
    @events   = []
    @today    = Time.gm(session[:date_year], session[:date_month], session[:date_day])

The ics file (in the PATH_ICS path) will be displayed according to the date in @today. So when you set @today manually it will show you what happens on that date and the next 7 days (@scope). However, the date_select will make you have a dropdown box to select any date you want right on the website.

Do I understand you correctly? :)</description>
		<content:encoded><![CDATA[<p>Hi!</p>
<p>1. What do you mean by &#8220;I am not getting the full display&#8221;? Can you not see the code or is your application not having any output, or..?</p>
<p>2. Do you see these lines:<br />
    # Set variables<br />
    @scope     = 7<br />
    @events   = []<br />
    @today    = Time.gm(session[:date_year], session[:date_month], session[:date_day])</p>
<p>The ics file (in the PATH_ICS path) will be displayed according to the date in @today. So when you set @today manually it will show you what happens on that date and the next 7 days (@scope). However, the date_select will make you have a dropdown box to select any date you want right on the website.</p>
<p>Do I understand you correctly? :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: sanjay</title>
		<link>http://funkensturm.de/2008/02/10/finally-railsicalendar-ical-ics-publish-with-ruby-on-rails/comment-page-1/#comment-4570</link>
		<dc:creator>sanjay</dc:creator>
		<pubDate>Tue, 10 Feb 2009 20:50:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.funkensturm.de/2008/02/10/finally-railsicalendar-ical-ics-publish-with-ruby-on-rails/#comment-4570</guid>
		<description>hi captain 

i am not getting the full display of index action and how i will display the ics files using this date_select helper</description>
		<content:encoded><![CDATA[<p>hi captain </p>
<p>i am not getting the full display of index action and how i will display the ics files using this date_select helper</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: captain</title>
		<link>http://funkensturm.de/2008/02/10/finally-railsicalendar-ical-ics-publish-with-ruby-on-rails/comment-page-1/#comment-4519</link>
		<dc:creator>captain</dc:creator>
		<pubDate>Wed, 04 Feb 2009 11:01:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.funkensturm.de/2008/02/10/finally-railsicalendar-ical-ics-publish-with-ruby-on-rails/#comment-4519</guid>
		<description>Hi hafeez,

I&#039;m sorry, I can&#039;t recall that error. In fact, I am currently working on a new version to run on Rails 2.3

It will come out in a few months. However, your error doesn&#039;t look like it&#039;s a big thing. You should try to copy and paste all this code from the helper:

def eventcolor(category)
    case category  
      when &#039;Wichtig&#039;   # This is the name of the .ics file
        return &#039;f66&#039;
      when &#039;Sonstiges&#039;
        return &#039;4f4&#039;
      when &#039;Studium&#039;
        return &#039;fb4&#039;
      when &#039;Privat&#039;
        return &#039;77f&#039;
      when &#039;Freunde&#039;
        return &#039;f4f&#039;
      else  
        return &#039;fb4&#039;
    end
  end

into the application_helper.rb

That could solve your problem. Let us know!
Greets, Marius</description>
		<content:encoded><![CDATA[<p>Hi hafeez,</p>
<p>I&#8217;m sorry, I can&#8217;t recall that error. In fact, I am currently working on a new version to run on Rails 2.3</p>
<p>It will come out in a few months. However, your error doesn&#8217;t look like it&#8217;s a big thing. You should try to copy and paste all this code from the helper:</p>
<p>def eventcolor(category)<br />
    case category<br />
      when &#8216;Wichtig&#8217;   # This is the name of the .ics file<br />
        return &#8216;f66&#8242;<br />
      when &#8216;Sonstiges&#8217;<br />
        return &#8217;4f4&#8242;<br />
      when &#8216;Studium&#8217;<br />
        return &#8216;fb4&#8242;<br />
      when &#8216;Privat&#8217;<br />
        return &#8217;77f&#8217;<br />
      when &#8216;Freunde&#8217;<br />
        return &#8216;f4f&#8217;<br />
      else<br />
        return &#8216;fb4&#8242;<br />
    end<br />
  end</p>
<p>into the application_helper.rb</p>
<p>That could solve your problem. Let us know!<br />
Greets, Marius</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: hafeez</title>
		<link>http://funkensturm.de/2008/02/10/finally-railsicalendar-ical-ics-publish-with-ruby-on-rails/comment-page-1/#comment-4510</link>
		<dc:creator>hafeez</dc:creator>
		<pubDate>Tue, 03 Feb 2009 14:11:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.funkensturm.de/2008/02/10/finally-railsicalendar-ical-ics-publish-with-ruby-on-rails/#comment-4510</guid>
		<description>Hi I had done all wat u say ..

And I runned the server Then I got &quot;LOAD ERROR&quot;
 LoadError

Expected /home/hasmukh/hafeez/newacal/app/helpers/calendar_helper.rb to define CalendarHelper

How to rectify this</description>
		<content:encoded><![CDATA[<p>Hi I had done all wat u say ..</p>
<p>And I runned the server Then I got &#8220;LOAD ERROR&#8221;<br />
 LoadError</p>
<p>Expected /home/hasmukh/hafeez/newacal/app/helpers/calendar_helper.rb to define CalendarHelper</p>
<p>How to rectify this</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Manuel</title>
		<link>http://funkensturm.de/2008/02/10/finally-railsicalendar-ical-ics-publish-with-ruby-on-rails/comment-page-1/#comment-211</link>
		<dc:creator>Manuel</dc:creator>
		<pubDate>Sun, 10 Feb 2008 08:30:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.funkensturm.de/2008/02/10/finally-railsicalendar-ical-ics-publish-with-ruby-on-rails/#comment-211</guid>
		<description>nice job.
this yaml cache is an awesome idee, who the fuck had it ;-)
i haven&#039;t tried it but i&#039;m sure it works quite well.</description>
		<content:encoded><![CDATA[<p>nice job.<br />
this yaml cache is an awesome idee, who the fuck had it ;-)<br />
i haven&#8217;t tried it but i&#8217;m sure it works quite well.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
