<?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 3 &#8211; Adding Events</title>
	<atom:link href="http://duckranger.com/2010/03/fullcalendar-and-cakephp-part-3-adding-events/feed/" rel="self" type="application/rss+xml" />
	<link>http://duckranger.com/2010/03/fullcalendar-and-cakephp-part-3-adding-events/</link>
	<description>JUST DOING IT</description>
	<lastBuildDate>Wed, 16 May 2012 06:51:23 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Duck Ranger</title>
		<link>http://duckranger.com/2010/03/fullcalendar-and-cakephp-part-3-adding-events/comment-page-1/#comment-2372</link>
		<dc:creator>Duck Ranger</dc:creator>
		<pubDate>Tue, 21 Feb 2012 07:00:14 +0000</pubDate>
		<guid isPermaLink="false">http://duckranger.com/?p=86#comment-2372</guid>
		<description>@milina
In javascript code, write console.log(...)
You can see it in Firebug&#039;s console tab.</description>
		<content:encoded><![CDATA[<p>@milina<br />
In javascript code, write console.log(&#8230;)<br />
You can see it in Firebug&#8217;s console tab.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: milina</title>
		<link>http://duckranger.com/2010/03/fullcalendar-and-cakephp-part-3-adding-events/comment-page-1/#comment-2371</link>
		<dc:creator>milina</dc:creator>
		<pubDate>Tue, 21 Feb 2012 04:24:35 +0000</pubDate>
		<guid isPermaLink="false">http://duckranger.com/?p=86#comment-2371</guid>
		<description>The problem was I haven&#039;t import the “fullcalendar.js”.
Since i&#039;m new to the programming, can you tell me the how to debug console?</description>
		<content:encoded><![CDATA[<p>The problem was I haven&#8217;t import the “fullcalendar.js”.<br />
Since i&#8217;m new to the programming, can you tell me the how to debug console?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Duck Ranger</title>
		<link>http://duckranger.com/2010/03/fullcalendar-and-cakephp-part-3-adding-events/comment-page-1/#comment-2368</link>
		<dc:creator>Duck Ranger</dc:creator>
		<pubDate>Mon, 20 Feb 2012 19:40:21 +0000</pubDate>
		<guid isPermaLink="false">http://duckranger.com/?p=86#comment-2368</guid>
		<description>@Milina - The function does exist. Can you debug to the console and see what happens?</description>
		<content:encoded><![CDATA[<p>@Milina &#8211; The function does exist. Can you debug to the console and see what happens?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: milina</title>
		<link>http://duckranger.com/2010/03/fullcalendar-and-cakephp-part-3-adding-events/comment-page-1/#comment-2367</link>
		<dc:creator>milina</dc:creator>
		<pubDate>Mon, 20 Feb 2012 11:07:16 +0000</pubDate>
		<guid isPermaLink="false">http://duckranger.com/?p=86#comment-2367</guid>
		<description>There is no method call eventClick in  fullcalendar-1.5.3.
How do i handed this issue.</description>
		<content:encoded><![CDATA[<p>There is no method call eventClick in  fullcalendar-1.5.3.<br />
How do i handed this issue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Duck Ranger</title>
		<link>http://duckranger.com/2010/03/fullcalendar-and-cakephp-part-3-adding-events/comment-page-1/#comment-2366</link>
		<dc:creator>Duck Ranger</dc:creator>
		<pubDate>Mon, 13 Feb 2012 19:41:56 +0000</pubDate>
		<guid isPermaLink="false">http://duckranger.com/?p=86#comment-2366</guid>
		<description>@Ted - I am not sure what you mean. It seems like all lines are exactly the same (except for the &lt;?php ..?&gt; on the last one.
Note that Dispatcher::baseUrl() doesn&#039;t work in Cake 2.0.

Can you have a look with firebug console and let me know what you get there?</description>
		<content:encoded><![CDATA[<p>@Ted &#8211; I am not sure what you mean. It seems like all lines are exactly the same (except for the < ?php ..?> on the last one.<br />
Note that Dispatcher::baseUrl() doesn&#8217;t work in Cake 2.0.</p>
<p>Can you have a look with firebug console and let me know what you get there?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ted</title>
		<link>http://duckranger.com/2010/03/fullcalendar-and-cakephp-part-3-adding-events/comment-page-1/#comment-2362</link>
		<dc:creator>Ted</dc:creator>
		<pubDate>Wed, 08 Feb 2012 12:58:29 +0000</pubDate>
		<guid isPermaLink="false">http://duckranger.com/?p=86#comment-2362</guid>
		<description>$(&quot;#eventdata&quot;).load(&quot;php start php echo Dispatcher::baseUrl(); php end /events/add/&quot;+allDay+&quot;/&quot;+$.fullCalendar.formatDate( date, &quot;dd/MM/yyyy/HH/mm&quot;));</description>
		<content:encoded><![CDATA[<p>$(&#8220;#eventdata&#8221;).load(&#8220;php start php echo Dispatcher::baseUrl(); php end /events/add/&#8221;+allDay+&#8221;/&#8221;+$.fullCalendar.formatDate( date, &#8220;dd/MM/yyyy/HH/mm&#8221;));</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ted</title>
		<link>http://duckranger.com/2010/03/fullcalendar-and-cakephp-part-3-adding-events/comment-page-1/#comment-2361</link>
		<dc:creator>Ted</dc:creator>
		<pubDate>Wed, 08 Feb 2012 12:56:45 +0000</pubDate>
		<guid isPermaLink="false">http://duckranger.com/?p=86#comment-2361</guid>
		<description>oops I meant this line is not working:

$(&quot;#eventdata&quot;).load(&quot;/events/add/&quot;+allDay+&quot;/&quot;+$.fullCalendar.formatDate( date, &quot;dd/MM/yyyy/HH/mm&quot;));</description>
		<content:encoded><![CDATA[<p>oops I meant this line is not working:</p>
<p>$(&#8220;#eventdata&#8221;).load(&#8220;/events/add/&#8221;+allDay+&#8221;/&#8221;+$.fullCalendar.formatDate( date, &#8220;dd/MM/yyyy/HH/mm&#8221;));</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ted</title>
		<link>http://duckranger.com/2010/03/fullcalendar-and-cakephp-part-3-adding-events/comment-page-1/#comment-2360</link>
		<dc:creator>Ted</dc:creator>
		<pubDate>Wed, 08 Feb 2012 12:54:57 +0000</pubDate>
		<guid isPermaLink="false">http://duckranger.com/?p=86#comment-2360</guid>
		<description>Hi duck ranger. Thanks to you I have fullcalendar running in my CakePHP 2.0 app with drag and resize. Ican&#039;t for the life of me get the add to work :(

It seems this line is not working:
$(&quot;#eventdata&quot;).load(&quot;/events/add/&quot;+allDay+&quot;/&quot;+$.fullCalendar.formatDate( date, &quot;dd/MM/yyyy/HH/mm&quot;));
},

if I change it to $(&#039;#eventdata&#039;).load(&quot;/events/add/&quot;+allDay+&quot;/&quot;+$.fullCalendar.formatDate( date, &quot;dd/MM/yyyy/HH/mm&quot;)); 

it fires but of course I get &quot;Fatal error: Call to a member function create() on a non-object &quot; because the Eventcontroller is bypassed.

any ideas?</description>
		<content:encoded><![CDATA[<p>Hi duck ranger. Thanks to you I have fullcalendar running in my CakePHP 2.0 app with drag and resize. Ican&#8217;t for the life of me get the add to work <img src='http://duckranger.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>It seems this line is not working:<br />
$(&#8220;#eventdata&#8221;).load(&#8220;/events/add/&#8221;+allDay+&#8221;/&#8221;+$.fullCalendar.formatDate( date, &#8220;dd/MM/yyyy/HH/mm&#8221;));<br />
},</p>
<p>if I change it to $(&#8216;#eventdata&#8217;).load(&#8220;/events/add/&#8221;+allDay+&#8221;/&#8221;+$.fullCalendar.formatDate( date, &#8220;dd/MM/yyyy/HH/mm&#8221;)); </p>
<p>it fires but of course I get &#8220;Fatal error: Call to a member function create() on a non-object &#8221; because the Eventcontroller is bypassed.</p>
<p>any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Liceth Vargas</title>
		<link>http://duckranger.com/2010/03/fullcalendar-and-cakephp-part-3-adding-events/comment-page-1/#comment-2033</link>
		<dc:creator>Liceth Vargas</dc:creator>
		<pubDate>Wed, 03 Aug 2011 00:13:59 +0000</pubDate>
		<guid isPermaLink="false">http://duckranger.com/?p=86#comment-2033</guid>
		<description>Good Afternoon:
what happens is that it generate the repetitive events, when printed, and performed the operation, per when I select the user and the office does not care, events generated, for example if you select August 1, 2011, August 8 out of 2011, but the number of times that generated in the loop. Here I leave the piece of code that reliza this operation.

 for($i=0;$iEvent-&gt;create();
                 $this-&gt;Event-&gt;save($this-&gt;data);
                 $var= $this-&gt;data[&#039;Event&#039;][&#039;start&#039;]=date(&#039;Y-m-d&#039;,strtotime($this-&gt;Event-&gt;data[&#039;Event&#039;][&#039;start&#039;].&#039;+ 7 days&#039;));            
                 echo &#039;&#039;;    
                 print_r($var);
                 
                 }

Thank you very much for your help.</description>
		<content:encoded><![CDATA[<p>Good Afternoon:<br />
what happens is that it generate the repetitive events, when printed, and performed the operation, per when I select the user and the office does not care, events generated, for example if you select August 1, 2011, August 8 out of 2011, but the number of times that generated in the loop. Here I leave the piece of code that reliza this operation.</p>
<p> for($i=0;$iEvent-&gt;create();<br />
                 $this-&gt;Event-&gt;save($this-&gt;data);<br />
                 $var= $this-&gt;data['Event']['start']=date(&#8216;Y-m-d&#8217;,strtotime($this-&gt;Event-&gt;data['Event']['start'].&#8217;+ 7 days&#8217;));<br />
                 echo &#8221;;<br />
                 print_r($var);</p>
<p>                 }</p>
<p>Thank you very much for your help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Liceth Vargas</title>
		<link>http://duckranger.com/2010/03/fullcalendar-and-cakephp-part-3-adding-events/comment-page-1/#comment-1939</link>
		<dc:creator>Liceth Vargas</dc:creator>
		<pubDate>Wed, 27 Jul 2011 22:09:13 +0000</pubDate>
		<guid isPermaLink="false">http://duckranger.com/?p=86#comment-1939</guid>
		<description>Hello:

I need an example of recurrent events..
thanks..</description>
		<content:encoded><![CDATA[<p>Hello:</p>
<p>I need an example of recurrent events..<br />
thanks..</p>
]]></content:encoded>
	</item>
</channel>
</rss>

