I am using jquery full calendar http://arshaw.com/fullcalendar to display the meetings .
I just want to confirm it that it is possible to add an event(Let\'s a create
I am assuming you want to add events when a user clicks on a day (in month-view) or a timeslot (in day/week views). If so, you can use the select
and eventClick
callbacks to add and fetch events on the calendar.
Check this fiddle: http://jsfiddle.net/100thGear/xgSTr/
This incorporates the jQuery UI dialog into the FullCalendar and also inherits the selected dates into the jQuery UI datepicker for convenience!
Let me know if this helps.