<?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>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: 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>
	<item>
		<title>By: Duck Ranger</title>
		<link>http://duckranger.com/2010/03/fullcalendar-and-cakephp-part-3-adding-events/comment-page-1/#comment-1938</link>
		<dc:creator>Duck Ranger</dc:creator>
		<pubDate>Wed, 27 Jul 2011 22:05:42 +0000</pubDate>
		<guid isPermaLink="false">http://duckranger.com/?p=86#comment-1938</guid>
		<description>@Liceth - this is not a Cakephp question. It&#039;s a PHP question. 
If you want a recurring event, you need to create a loop that adds additional events to the Events table,
and increments the date of the event every pass of the loop.</description>
		<content:encoded><![CDATA[<p>@Liceth &#8211; this is not a Cakephp question. It&#8217;s a PHP question.<br />
If you want a recurring event, you need to create a loop that adds additional events to the Events table,<br />
and increments the date of the event every pass of the loop.</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-1937</link>
		<dc:creator>Liceth Vargas</dc:creator>
		<pubDate>Wed, 27 Jul 2011 21:47:18 +0000</pubDate>
		<guid isPermaLink="false">http://duckranger.com/?p=86#comment-1937</guid>
		<description>Good Afternoon: 

I want to know how to generate recurring events with cakephp 1.3.

Thanks</description>
		<content:encoded><![CDATA[<p>Good Afternoon: </p>
<p>I want to know how to generate recurring events with cakephp 1.3.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>

