<?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: Event Calendar Views made with ExtJS core library</title>
	<atom:link href="http://corneliusweiss.de/2009/05/26/event-calendar-views-made-with-extjs-core-library/feed/" rel="self" type="application/rss+xml" />
	<link>http://corneliusweiss.de/2009/05/26/event-calendar-views-made-with-extjs-core-library/</link>
	<description>Exciting brainjunk of Cornelius Weiss</description>
	<lastBuildDate>Tue, 07 Jun 2011 19:20:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2-alpha</generator>
	<item>
		<title>By: Chammy</title>
		<link>http://corneliusweiss.de/2009/05/26/event-calendar-views-made-with-extjs-core-library/comment-page-1/#comment-36874</link>
		<dc:creator>Chammy</dc:creator>
		<pubDate>Mon, 28 Jun 2010 10:25:19 +0000</pubDate>
		<guid isPermaLink="false">http://corneliusweiss.de/?p=175#comment-36874</guid>
		<description>Hi Cornelius,
Thanks so much for your great example on using the calendar,
I have update it into Ext3.0 version and using JsonWriter to do the create/update/delete process.

However, according to the structure, all the http request should be handle in the MemoryBackend. 

When I override the Tine.Calendar.backend as by using self-developed proxy, the update method and the delete method will be also running, instead of handled by MemoryBackend.

Some question would like to ask that:
1. How can i use Memorybackend to do the restful request/response to server?
2. If it cannot, how can I control the update method (it will be invoked when doing event.set(XXX) in Daysview.js) and the delete method (it will be invoked when doing this.ds.remove(XXX) in CalendarPanel.js) run when update the size of the schedule event?

Once again, thanks you for the great work. :)

Chammy</description>
		<content:encoded><![CDATA[<p>Hi Cornelius,<br />
Thanks so much for your great example on using the calendar,<br />
I have update it into Ext3.0 version and using JsonWriter to do the create/update/delete process.</p>
<p>However, according to the structure, all the http request should be handle in the MemoryBackend. </p>
<p>When I override the Tine.Calendar.backend as by using self-developed proxy, the update method and the delete method will be also running, instead of handled by MemoryBackend.</p>
<p>Some question would like to ask that:<br />
1. How can i use Memorybackend to do the restful request/response to server?<br />
2. If it cannot, how can I control the update method (it will be invoked when doing event.set(XXX) in Daysview.js) and the delete method (it will be invoked when doing this.ds.remove(XXX) in CalendarPanel.js) run when update the size of the schedule event?</p>
<p>Once again, thanks you for the great work. <img src='http://corneliusweiss.de/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Chammy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe Randel</title>
		<link>http://corneliusweiss.de/2009/05/26/event-calendar-views-made-with-extjs-core-library/comment-page-1/#comment-33445</link>
		<dc:creator>Joe Randel</dc:creator>
		<pubDate>Wed, 10 Mar 2010 18:58:01 +0000</pubDate>
		<guid isPermaLink="false">http://corneliusweiss.de/?p=175#comment-33445</guid>
		<description>Thanks so much Cornelius this is a very nice calendar! Was easily able to make it work with a Domino back-end. 

I&#039;m relatively new to extjs but if I make any changes or improvements will let you know.</description>
		<content:encoded><![CDATA[<p>Thanks so much Cornelius this is a very nice calendar! Was easily able to make it work with a Domino back-end. </p>
<p>I&#8217;m relatively new to extjs but if I make any changes or improvements will let you know.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Massimo</title>
		<link>http://corneliusweiss.de/2009/05/26/event-calendar-views-made-with-extjs-core-library/comment-page-1/#comment-32462</link>
		<dc:creator>Massimo</dc:creator>
		<pubDate>Mon, 15 Feb 2010 11:14:50 +0000</pubDate>
		<guid isPermaLink="false">http://corneliusweiss.de/?p=175#comment-32462</guid>
		<description>Ok, many thanks!</description>
		<content:encoded><![CDATA[<p>Ok, many thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cornelius Weiss</title>
		<link>http://corneliusweiss.de/2009/05/26/event-calendar-views-made-with-extjs-core-library/comment-page-1/#comment-32396</link>
		<dc:creator>Cornelius Weiss</dc:creator>
		<pubDate>Sat, 13 Feb 2010 19:47:32 +0000</pubDate>
		<guid isPermaLink="false">http://corneliusweiss.de/?p=175#comment-32396</guid>
		<description>I hope I find some time to provide an up to date example</description>
		<content:encoded><![CDATA[<p>I hope I find some time to provide an up to date example</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Massimo</title>
		<link>http://corneliusweiss.de/2009/05/26/event-calendar-views-made-with-extjs-core-library/comment-page-1/#comment-32352</link>
		<dc:creator>Massimo</dc:creator>
		<pubDate>Fri, 12 Feb 2010 14:35:33 +0000</pubDate>
		<guid isPermaLink="false">http://corneliusweiss.de/?p=175#comment-32352</guid>
		<description>Hi Cornelius,
your calendar is fantastic. Can you provide a working stand-alone example with last version of your code (from tine 2.0 last release)?

Thanks
Massimo</description>
		<content:encoded><![CDATA[<p>Hi Cornelius,<br />
your calendar is fantastic. Can you provide a working stand-alone example with last version of your code (from tine 2.0 last release)?</p>
<p>Thanks<br />
Massimo</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Keth thenu</title>
		<link>http://corneliusweiss.de/2009/05/26/event-calendar-views-made-with-extjs-core-library/comment-page-1/#comment-32137</link>
		<dc:creator>Keth thenu</dc:creator>
		<pubDate>Sat, 06 Feb 2010 13:24:51 +0000</pubDate>
		<guid isPermaLink="false">http://corneliusweiss.de/?p=175#comment-32137</guid>
		<description>Hi Cornelius Weiss,

What is the extjs version used for this? i tried this code with EXTJS 3 and it gives me some errors related to toolbar.

Thanks
Keth</description>
		<content:encoded><![CDATA[<p>Hi Cornelius Weiss,</p>
<p>What is the extjs version used for this? i tried this code with EXTJS 3 and it gives me some errors related to toolbar.</p>
<p>Thanks<br />
Keth</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kaléu Caminha</title>
		<link>http://corneliusweiss.de/2009/05/26/event-calendar-views-made-with-extjs-core-library/comment-page-1/#comment-26439</link>
		<dc:creator>Kaléu Caminha</dc:creator>
		<pubDate>Tue, 06 Oct 2009 15:44:25 +0000</pubDate>
		<guid isPermaLink="false">http://corneliusweiss.de/?p=175#comment-26439</guid>
		<description>Hi,
first, congratulations to your project, it is fantastic.

I&#039;m from Brazil and I pretend improve and document it from portuguese.

But, I found two bugs in IE. In Day and Week View the events not appear and in Month View the size of container is wrong calculate.

Do you know this problems? Can help or post a link (with a thread discussion) about this?

Very very very thanks.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
first, congratulations to your project, it is fantastic.</p>
<p>I&#8217;m from Brazil and I pretend improve and document it from portuguese.</p>
<p>But, I found two bugs in IE. In Day and Week View the events not appear and in Month View the size of container is wrong calculate.</p>
<p>Do you know this problems? Can help or post a link (with a thread discussion) about this?</p>
<p>Very very very thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jiang</title>
		<link>http://corneliusweiss.de/2009/05/26/event-calendar-views-made-with-extjs-core-library/comment-page-1/#comment-24110</link>
		<dc:creator>Jiang</dc:creator>
		<pubDate>Tue, 11 Aug 2009 01:38:29 +0000</pubDate>
		<guid isPermaLink="false">http://corneliusweiss.de/?p=175#comment-24110</guid>
		<description>Tried this out and I like this widget, but noticed that entering events in IE6 doesn&#039;t work.</description>
		<content:encoded><![CDATA[<p>Tried this out and I like this widget, but noticed that entering events in IE6 doesn&#8217;t work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://corneliusweiss.de/2009/05/26/event-calendar-views-made-with-extjs-core-library/comment-page-1/#comment-22252</link>
		<dc:creator>John</dc:creator>
		<pubDate>Fri, 03 Jul 2009 18:58:34 +0000</pubDate>
		<guid isPermaLink="false">http://corneliusweiss.de/?p=175#comment-22252</guid>
		<description>Beautiful calendar.  How can I use this in JSP page.</description>
		<content:encoded><![CDATA[<p>Beautiful calendar.  How can I use this in JSP page.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jose Gonzalez</title>
		<link>http://corneliusweiss.de/2009/05/26/event-calendar-views-made-with-extjs-core-library/comment-page-1/#comment-21964</link>
		<dc:creator>Jose Gonzalez</dc:creator>
		<pubDate>Sun, 28 Jun 2009 18:17:45 +0000</pubDate>
		<guid isPermaLink="false">http://corneliusweiss.de/?p=175#comment-21964</guid>
		<description>Cornelius: 

I would love to help you out with the calendar.  I need to take it in a different direction, so a lot of my code will probably not help you, but I will pitch in as needed for the Tine product.  Please contact me at my e-mail address as there are some points I need to clarify.

You can get an idea of what I am using ExtJS for at &quot;http://www.ecandidus.com/pages/webtos.htm&quot; and what I need to mimic with the calendar at &quot;http://www.ecandidus.com/pages/week_@_a_glance.htm&quot;

If you do not have my e-mail address, see the bottom of either page for contact info.</description>
		<content:encoded><![CDATA[<p>Cornelius: </p>
<p>I would love to help you out with the calendar.  I need to take it in a different direction, so a lot of my code will probably not help you, but I will pitch in as needed for the Tine product.  Please contact me at my e-mail address as there are some points I need to clarify.</p>
<p>You can get an idea of what I am using ExtJS for at &#8220;http://www.ecandidus.com/pages/webtos.htm&#8221; and what I need to mimic with the calendar at &#8220;http://www.ecandidus.com/pages/week_@_a_glance.htm&#8221;</p>
<p>If you do not have my e-mail address, see the bottom of either page for contact info.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

