As the first stage of the new Webical ajax ui, I’m writing a POC for the Webical Month view.
I made some interesting progress on this Month View the last 2 days. After batteling with Ext for a couple of day’s I went back to using YUI. And this was a supprisingly good move. I wrote the basic functionality for the Month view in just one day (which was yesterday) and added some features today. I think I can safely say the static version of the Month view is finished 
I created a branch in the Webical svn called AjaxRefactorStatic where I commited al my work on the statc version of the ajax implementation. You can check it out via svn: Webical at SourceForge
For a quick view I also uploaded the Month view to my blog: check it out
There are still a lot of things to do, like figuring out the best architecture for the javascript. Currently a starter class is used to jump start the ajax application. But this won’t be necessary once it’s implemented in the project.
There are still a few functions missing in the Month view. Like sorting the events by time. I’m moving this to later in the project.
For now, I can start working on the Day view 