<?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 5 &#8211; Dragging and Resizing</title>
	<atom:link href="http://duckranger.com/2010/04/fullcalendar-and-cakephp-part-5-dragging-and-resizing/feed/" rel="self" type="application/rss+xml" />
	<link>http://duckranger.com/2010/04/fullcalendar-and-cakephp-part-5-dragging-and-resizing/</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/04/fullcalendar-and-cakephp-part-5-dragging-and-resizing/comment-page-1/#comment-2612</link>
		<dc:creator>Duck Ranger</dc:creator>
		<pubDate>Thu, 12 Apr 2012 20:39:16 +0000</pubDate>
		<guid isPermaLink="false">http://duckranger.com/?p=175#comment-2612</guid>
		<description>@Lev - have a look here: http://stackoverflow.com/questions/8469161/drop-doesnt-work-in-fullcalendar</description>
		<content:encoded><![CDATA[<p>@Lev &#8211; have a look here: <a href="http://stackoverflow.com/questions/8469161/drop-doesnt-work-in-fullcalendar" rel="nofollow">http://stackoverflow.com/questions/8469161/drop-doesnt-work-in-fullcalendar</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lev</title>
		<link>http://duckranger.com/2010/04/fullcalendar-and-cakephp-part-5-dragging-and-resizing/comment-page-1/#comment-2608</link>
		<dc:creator>Lev</dc:creator>
		<pubDate>Thu, 12 Apr 2012 13:17:14 +0000</pubDate>
		<guid isPermaLink="false">http://duckranger.com/?p=175#comment-2608</guid>
		<description>For some reason when I try to drag&amp;drop events (not external) the events are not being dropped. Instead they are reverted to the original placement.
I checked that &#039;editable&#039; is set on both event and calendar level but still can&#039;t &quot;drop&quot; the event at the new place.

Any ideas what can cause this?

Regards,

Lev</description>
		<content:encoded><![CDATA[<p>For some reason when I try to drag&amp;drop events (not external) the events are not being dropped. Instead they are reverted to the original placement.<br />
I checked that &#8216;editable&#8217; is set on both event and calendar level but still can&#8217;t &#8220;drop&#8221; the event at the new place.</p>
<p>Any ideas what can cause this?</p>
<p>Regards,</p>
<p>Lev</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Duck Ranger</title>
		<link>http://duckranger.com/2010/04/fullcalendar-and-cakephp-part-5-dragging-and-resizing/comment-page-1/#comment-1304</link>
		<dc:creator>Duck Ranger</dc:creator>
		<pubDate>Mon, 16 May 2011 19:12:25 +0000</pubDate>
		<guid isPermaLink="false">http://duckranger.com/?p=175#comment-1304</guid>
		<description>@naxis - yes. It is possible. You probably need to change dayclick function so that it plays nicely with lightbox</description>
		<content:encoded><![CDATA[<p>@naxis &#8211; yes. It is possible. You probably need to change dayclick function so that it plays nicely with lightbox</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: naxis</title>
		<link>http://duckranger.com/2010/04/fullcalendar-and-cakephp-part-5-dragging-and-resizing/comment-page-1/#comment-1302</link>
		<dc:creator>naxis</dc:creator>
		<pubDate>Sun, 15 May 2011 01:40:11 +0000</pubDate>
		<guid isPermaLink="false">http://duckranger.com/?p=175#comment-1302</guid>
		<description>Thank you for the work.
I&#039;m having some problems.Is it possible to show the event adding form in a light box like in the demos?</description>
		<content:encoded><![CDATA[<p>Thank you for the work.<br />
I&#8217;m having some problems.Is it possible to show the event adding form in a light box like in the demos?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Duck Ranger</title>
		<link>http://duckranger.com/2010/04/fullcalendar-and-cakephp-part-5-dragging-and-resizing/comment-page-1/#comment-1288</link>
		<dc:creator>Duck Ranger</dc:creator>
		<pubDate>Fri, 18 Mar 2011 20:02:33 +0000</pubDate>
		<guid isPermaLink="false">http://duckranger.com/?p=175#comment-1288</guid>
		<description>@Ricardo - I think I can see what you mean. In my examples, I don&#039;t show how to create multi-days events. So - no matter how you drag and drop, the event always remains within the same day.

I assume that you let your users create multi-days events, and in this case, yes - the situation you describe is possible, and you should add the code to do that in the controller.

Cheers</description>
		<content:encoded><![CDATA[<p>@Ricardo &#8211; I think I can see what you mean. In my examples, I don&#8217;t show how to create multi-days events. So &#8211; no matter how you drag and drop, the event always remains within the same day.</p>
<p>I assume that you let your users create multi-days events, and in this case, yes &#8211; the situation you describe is possible, and you should add the code to do that in the controller.</p>
<p>Cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ricardo Almeida</title>
		<link>http://duckranger.com/2010/04/fullcalendar-and-cakephp-part-5-dragging-and-resizing/comment-page-1/#comment-1287</link>
		<dc:creator>Ricardo Almeida</dc:creator>
		<pubDate>Fri, 18 Mar 2011 14:36:57 +0000</pubDate>
		<guid isPermaLink="false">http://duckranger.com/?p=175#comment-1287</guid>
		<description>Congratulations for another useful chapter on this topic. I just don&#039;t understand why you say &quot;there’s no question of the event’s allDay status being changed&quot;, when refering to resizing an event. If I pull down the end date of an event which doesn&#039;t start at midnight, the allDay will remain 0. If it starts at midnight and ends before the midnight of the next day but I pull the end date to midnight, the allDay changes from 0 to 1.

Thanks</description>
		<content:encoded><![CDATA[<p>Congratulations for another useful chapter on this topic. I just don&#8217;t understand why you say &#8220;there’s no question of the event’s allDay status being changed&#8221;, when refering to resizing an event. If I pull down the end date of an event which doesn&#8217;t start at midnight, the allDay will remain 0. If it starts at midnight and ends before the midnight of the next day but I pull the end date to midnight, the allDay changes from 0 to 1.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luca</title>
		<link>http://duckranger.com/2010/04/fullcalendar-and-cakephp-part-5-dragging-and-resizing/comment-page-1/#comment-537</link>
		<dc:creator>Luca</dc:creator>
		<pubDate>Thu, 16 Dec 2010 09:35:05 +0000</pubDate>
		<guid isPermaLink="false">http://duckranger.com/?p=175#comment-537</guid>
		<description>ok, thanks. I thought I had a way to send multiple files (controllers, model ...) for cake... :(</description>
		<content:encoded><![CDATA[<p>ok, thanks. I thought I had a way to send multiple files (controllers, model &#8230;) for cake&#8230; <img src='http://duckranger.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Duck Ranger</title>
		<link>http://duckranger.com/2010/04/fullcalendar-and-cakephp-part-5-dragging-and-resizing/comment-page-1/#comment-536</link>
		<dc:creator>Duck Ranger</dc:creator>
		<pubDate>Thu, 16 Dec 2010 09:31:49 +0000</pubDate>
		<guid isPermaLink="false">http://duckranger.com/?p=175#comment-536</guid>
		<description>@luca - fullcalendar is not my project- it&#039;s by Adam Shaw over at &lt;a href=&quot;http://arshaw.com/fullcalendar/&quot; title=&quot;fullcalendar&quot; rel=&quot;nofollow&quot;&gt;fullcalendar&#039;s website&lt;/a&gt;

Cheers</description>
		<content:encoded><![CDATA[<p>@luca &#8211; fullcalendar is not my project- it&#8217;s by Adam Shaw over at <a href="http://arshaw.com/fullcalendar/" title="fullcalendar" rel="nofollow">fullcalendar&#8217;s website</a></p>
<p>Cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luca</title>
		<link>http://duckranger.com/2010/04/fullcalendar-and-cakephp-part-5-dragging-and-resizing/comment-page-1/#comment-535</link>
		<dc:creator>Luca</dc:creator>
		<pubDate>Thu, 16 Dec 2010 09:29:59 +0000</pubDate>
		<guid isPermaLink="false">http://duckranger.com/?p=175#comment-535</guid>
		<description>sorry, I meant the link for the download of your project fullcaledar. thanks for the speed.</description>
		<content:encoded><![CDATA[<p>sorry, I meant the link for the download of your project fullcaledar. thanks for the speed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Duck Ranger</title>
		<link>http://duckranger.com/2010/04/fullcalendar-and-cakephp-part-5-dragging-and-resizing/comment-page-1/#comment-534</link>
		<dc:creator>Duck Ranger</dc:creator>
		<pubDate>Thu, 16 Dec 2010 09:20:02 +0000</pubDate>
		<guid isPermaLink="false">http://duckranger.com/?p=175#comment-534</guid>
		<description>&lt;a href=&quot;http://cakephp.org/&quot; title=&quot;Cake php&quot; rel=&quot;nofollow&quot;&gt;Cake PHP&lt;/a&gt;
I am using the 1.2.x version - but it should work fine with 1.3.

Good luck</description>
		<content:encoded><![CDATA[<p><a href="http://cakephp.org/" title="Cake php" rel="nofollow">Cake PHP</a><br />
I am using the 1.2.x version &#8211; but it should work fine with 1.3.</p>
<p>Good luck</p>
]]></content:encoded>
	</item>
</channel>
</rss>

