I have created a small "event management" system.. It is php/mysql based.. But I would like to implement a calendar feature that lets me click a date, and then add an event for that date.. rather than just add an event to a list.. and then to view events.. click a date and see all the events.. Any links to resources would be helpful.. I have looked but cannot seem to find anything that seems to work for what i want. also, what is best for such a calendar? javascript, or php, etc? Thank you for any replies.
Have you considered using google's calendar for this? I believe they have an api that will allow you to add/deleted/edit events. Have a look at this: http://code.google.com/apis/calendar/ Hope that helps you..
There are so many open source calendar you can use for this. I would even recommend you to use javascript calendars