<?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: FullCalendar and CakePHP part 1 &#8211; Set Up</title>
	<atom:link href="http://duckranger.com/2010/03/fullcalendar-and-cakephp-part-1-set-up/feed/" rel="self" type="application/rss+xml" />
	<link>http://duckranger.com/2010/03/fullcalendar-and-cakephp-part-1-set-up/</link>
	<description>JUST DOING IT</description>
	<lastBuildDate>Fri, 27 Jan 2012 15:22:45 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: marek</title>
		<link>http://duckranger.com/2010/03/fullcalendar-and-cakephp-part-1-set-up/comment-page-2/#comment-2317</link>
		<dc:creator>marek</dc:creator>
		<pubDate>Wed, 05 Oct 2011 13:38:29 +0000</pubDate>
		<guid isPermaLink="false">http://duckranger.com/?p=4#comment-2317</guid>
		<description>Hi, Duck
Thank you for your help. There was my mistake as pointing to the /events/feed should be in my case /myapp/events/feed. Now I can go further with your tutorial. Thank you very much for your time and help.
Marek</description>
		<content:encoded><![CDATA[<p>Hi, Duck<br />
Thank you for your help. There was my mistake as pointing to the /events/feed should be in my case /myapp/events/feed. Now I can go further with your tutorial. Thank you very much for your time and help.<br />
Marek</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Duck Ranger</title>
		<link>http://duckranger.com/2010/03/fullcalendar-and-cakephp-part-1-set-up/comment-page-2/#comment-2314</link>
		<dc:creator>Duck Ranger</dc:creator>
		<pubDate>Thu, 29 Sep 2011 06:29:01 +0000</pubDate>
		<guid isPermaLink="false">http://duckranger.com/?p=4#comment-2314</guid>
		<description>@Marek - this event feed should only go to the fullcalendar itself - you shouldn&#039;t try and load it in the browser. See &lt;a href=&quot;http://duckranger.com/2010/03/fullcalendar-and-cakephp-part-2-create-events-source/&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt; for how to use it</description>
		<content:encoded><![CDATA[<p>@Marek &#8211; this event feed should only go to the fullcalendar itself &#8211; you shouldn&#8217;t try and load it in the browser. See <a href="http://duckranger.com/2010/03/fullcalendar-and-cakephp-part-2-create-events-source/" rel="nofollow">here</a> for how to use it</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: marek</title>
		<link>http://duckranger.com/2010/03/fullcalendar-and-cakephp-part-1-set-up/comment-page-2/#comment-2313</link>
		<dc:creator>marek</dc:creator>
		<pubDate>Thu, 29 Sep 2011 06:14:27 +0000</pubDate>
		<guid isPermaLink="false">http://duckranger.com/?p=4#comment-2313</guid>
		<description>sorry, I have this in my view 


// 
</description>
		<content:encoded><![CDATA[<p>sorry, I have this in my view </p>
<p>//</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: marek</title>
		<link>http://duckranger.com/2010/03/fullcalendar-and-cakephp-part-1-set-up/comment-page-1/#comment-2312</link>
		<dc:creator>marek</dc:creator>
		<pubDate>Thu, 29 Sep 2011 06:13:29 +0000</pubDate>
		<guid isPermaLink="false">http://duckranger.com/?p=4#comment-2312</guid>
		<description>Hi Duck,
Thank you. You were right I made a mistake in copy and paste in my controller. Now I get the response like :
[{&quot;id&quot;:&quot;1&quot;,&quot;title&quot;:&quot;cos tam&quot;,&quot;start&quot;:&quot;2011-09-26 17:28&quot;,&quot;end&quot;:&quot;2011-09-26 15:28&quot;,&quot;allDay&quot;:false}]
when calling :
http://localhost/cakephp/events/feed&amp;start=1280617200&amp;end=1317195548
Could you share with me the way I should have used that in the view ? I am doing this 

// 


but it does not work

Marek</description>
		<content:encoded><![CDATA[<p>Hi Duck,<br />
Thank you. You were right I made a mistake in copy and paste in my controller. Now I get the response like :<br />
[{"id":"1","title":"cos tam","start":"2011-09-26 17:28","end":"2011-09-26 15:28","allDay":false}]<br />
when calling :<br />
<a href="http://localhost/cakephp/events/feed&#038;start=1280617200&#038;end=1317195548" rel="nofollow">http://localhost/cakephp/events/feed&#038;start=1280617200&#038;end=1317195548</a><br />
Could you share with me the way I should have used that in the view ? I am doing this </p>
<p>// </p>
<p>but it does not work</p>
<p>Marek</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Duck Ranger</title>
		<link>http://duckranger.com/2010/03/fullcalendar-and-cakephp-part-1-set-up/comment-page-1/#comment-2311</link>
		<dc:creator>Duck Ranger</dc:creator>
		<pubDate>Tue, 27 Sep 2011 08:29:51 +0000</pubDate>
		<guid isPermaLink="false">http://duckranger.com/?p=4#comment-2311</guid>
		<description>@Marek - I don&#039;t know of live examples you can see. I am using Cake 1.3.6 and Fullcalendar in some projects, but they are not public.
As for the unexpected T_STRING - this is a php error. How did you conclude that these are the lines? 
Usually with unexpected T_STRING it has to do with some php parsing - either there&#039;s an un-closed quote somewhere, or your last line
in the file does not contain a ?&gt; , or you have an empty last line, etc etc.</description>
		<content:encoded><![CDATA[<p>@Marek &#8211; I don&#8217;t know of live examples you can see. I am using Cake 1.3.6 and Fullcalendar in some projects, but they are not public.<br />
As for the unexpected T_STRING &#8211; this is a php error. How did you conclude that these are the lines?<br />
Usually with unexpected T_STRING it has to do with some php parsing &#8211; either there&#8217;s an un-closed quote somewhere, or your last line<br />
in the file does not contain a ?&gt; , or you have an empty last line, etc etc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: marek</title>
		<link>http://duckranger.com/2010/03/fullcalendar-and-cakephp-part-1-set-up/comment-page-1/#comment-2310</link>
		<dc:creator>marek</dc:creator>
		<pubDate>Tue, 27 Sep 2011 08:09:42 +0000</pubDate>
		<guid isPermaLink="false">http://duckranger.com/?p=4#comment-2310</guid>
		<description>I have been fighting with the calendar and I got error : Parse error: syntax error, unexpected T_STRING 
It seems I have problems with these lines :
$mysqlstart = date( ‘Y-m-d H:i:s’, $this-&gt;params[&#039;url&#039;][&#039;start&#039;]);
$mysqlend = date(‘Y-m-d H:i:s’, $this-&gt;params[&#039;url&#039;][&#039;end&#039;]);

Do you have any tips for me - I am using cake 1.3 and downloaded Time helper ?</description>
		<content:encoded><![CDATA[<p>I have been fighting with the calendar and I got error : Parse error: syntax error, unexpected T_STRING<br />
It seems I have problems with these lines :<br />
$mysqlstart = date( ‘Y-m-d H:i:s’, $this-&gt;params['url']['start']);<br />
$mysqlend = date(‘Y-m-d H:i:s’, $this-&gt;params['url']['end']);</p>
<p>Do you have any tips for me &#8211; I am using cake 1.3 and downloaded Time helper ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: marek</title>
		<link>http://duckranger.com/2010/03/fullcalendar-and-cakephp-part-1-set-up/comment-page-1/#comment-2309</link>
		<dc:creator>marek</dc:creator>
		<pubDate>Sun, 25 Sep 2011 04:19:08 +0000</pubDate>
		<guid isPermaLink="false">http://duckranger.com/?p=4#comment-2309</guid>
		<description>Hi Duck,
Thank you for quick response. I meant about the code that works with cake 1.3 and the latest fullcalendar. I have managed to get the js and css working in my view but now I can not load the events from my controller. I think I did everything as is in your tutorial but they  are not loaded ( I am checking that in firebug)</description>
		<content:encoded><![CDATA[<p>Hi Duck,<br />
Thank you for quick response. I meant about the code that works with cake 1.3 and the latest fullcalendar. I have managed to get the js and css working in my view but now I can not load the events from my controller. I think I did everything as is in your tutorial but they  are not loaded ( I am checking that in firebug)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Duck Ranger</title>
		<link>http://duckranger.com/2010/03/fullcalendar-and-cakephp-part-1-set-up/comment-page-1/#comment-2308</link>
		<dc:creator>Duck Ranger</dc:creator>
		<pubDate>Sat, 24 Sep 2011 22:18:43 +0000</pubDate>
		<guid isPermaLink="false">http://duckranger.com/?p=4#comment-2308</guid>
		<description>@Marek, what do you mean a working example ? code or website?</description>
		<content:encoded><![CDATA[<p>@Marek, what do you mean a working example ? code or website?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: marek</title>
		<link>http://duckranger.com/2010/03/fullcalendar-and-cakephp-part-1-set-up/comment-page-1/#comment-2307</link>
		<dc:creator>marek</dc:creator>
		<pubDate>Sat, 24 Sep 2011 16:47:59 +0000</pubDate>
		<guid isPermaLink="false">http://duckranger.com/?p=4#comment-2307</guid>
		<description>Hi, 
I am new to CakePHP and I have been trying to set up this calendar into my app. Can anybody share with me an working example that is running on the Cake 1.3 ? 
Thanks in advance</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I am new to CakePHP and I have been trying to set up this calendar into my app. Can anybody share with me an working example that is running on the Cake 1.3 ?<br />
Thanks in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Albert</title>
		<link>http://duckranger.com/2010/03/fullcalendar-and-cakephp-part-1-set-up/comment-page-1/#comment-2304</link>
		<dc:creator>Albert</dc:creator>
		<pubDate>Fri, 09 Sep 2011 11:48:04 +0000</pubDate>
		<guid isPermaLink="false">http://duckranger.com/?p=4#comment-2304</guid>
		<description>I&#039;ve solved my problem! 

I didn&#039;t configured parameters on my .ctp.

:)</description>
		<content:encoded><![CDATA[<p>I&#8217;ve solved my problem! </p>
<p>I didn&#8217;t configured parameters on my .ctp.</p>
<p> <img src='http://duckranger.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

