Hi,
I need to add some functionality to a web application that allows a user to create an event which will be added to a calendar. I would like to give the user as much flexibility as possible when created events (single events, recurring events, etc) ... bascially as much of the flexibility that iCalendar allows for its Events as possible.
I have started to look into building this myself, but I would rather not reinvent the wheel if something exists (and custimize it accordingly). Anyone have any ideas of any javascript/jquery library that allows you to create events which can be imported into an iCalendar? Bascially the client functionality I need is something similar to the google calendars 'create event' page.