So we need a calendering component for our application. The flex Scheduling Framework looks like it has been dropped like a rock, in hopes that somebody in the community will pick it up, but that isn't me. I need something more along the lines of an Outlook calendar.
Quietly Scheming has a very nice
looking calendar, that seems like it'd make a nice base. The code is messy and mostly uncommented, but it is easy enough to grasp once you dig in. Jove at flex-flex
has made some nice additions to the component, but it is still a static thing, with no way to really add any data (that sticks).
So, what I want to do is leverage some of this work and incorporate it into my pureMVC application in some fashion. I'd like to avoid wedging it in, but I don't know exactly how to start. I was considering stripping it down and rebuilding it as its own pureMVC app. It seems like it would be a good candidate for a more structured MVC paradigm. Or, I was going to treat it as a separate component and somehow integrate it into my existing application.
Any thoughts?