开发者

Client side iCalendar Event Creator

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 flexibilit开发者_运维知识库y 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.


jQuery iCalendar


Thanks for the link.

I have decided to roll my own front end since there doesnt seem to be something suitable already created.

Thanks for the help!!


Peter - recurring events are incredibly complicated. I found that it took way longer than I had planned to achieve what you are looking for. I have done it as a wordpress plugin (with the idea to offer standalone later. You an play with it here - wait a day s I have an update to apply to test site icalevents.anmari.com/test

You may find some of the notes on the main site helpful too icalevents.anmari.com (links to ical RFC 5545 resources at bottom right)

Whoops - sorry just saw you wanted client side - mine is php based with html/js front end.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜