Calendar with Outlook like functionality

albummaadvaft

New Member
I am trying to do the following for managing appointments.When the user opens the app, show him a calendar control which will fetch his schedule from the sql server database. If the user is scheduled to meet Mr. A,X and Z on 15th, then the calendar control should display three links in that calendar for that particular day. Clicking on these links will take the user to the details of the person he is supposed to meet. Similarly do for other dates too.I can use ASP.NET, AJAX, jQuery anything. Are you aware of any existing project or code that exists for the same?
 
Top