I am trying to develop a Google Calendar like application interface that will allow selections on Div layers and bring up layred forms that will update and show up in a similar manner and speed.
It has to be a browser based. Any pointers for a good start or a reference will be appreciated.
Have tried to Google the Calendar source files but with no relevant results. Need some references/source/scripts to kickstart this fast.
For technology, we will use PHP with MySql and AJAX/Javascripts... if that helps.
I do realize there are some limitations, but a couple folks I know will do their mysql inserts and then update the google calendar - or run a script to update the mysql, and populate the google cal based on that.
Thanks rowejd, the purpose is to get the source which we can work upon to develop our custom web app. It is not available in these references.
Here is to further clarify this. We are not building a calendar in the literal sense. It is an Event Calendar and rather an Event Scheduler that will have event categories on the vertical y axis (not time) and dates on the horizontal x axis, with further options for the week view and month view only. The events may occur on the time (date) line and events details may be added in a floating div layer. The div layer would open when the event instance on the screen is clicked and the details may be reviewed or edited as required. This will be a part of a larger system that will have many related transactions associated with each of these events.
The open source link above should have access to source code. Otherwise, I don't know of any other method than just searching for open source ajax event scheduler/calendar applications. Open source by definition means you have access to source code. But professional products from larger companies with huge development teams (i.e. Google) aren't just going to give up all their source code...so that's not realistic. You're pretty much left with finding an open source app or starting from scratch yourself.