Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Has anyone built a recurring events UI for jquery full calendar?

I see that jquery full calendar supports recurring events by having the multiple events having the same I'd but I am surprised that there isn't any UI component to go along with it. Is there any UI component that anyone has built for this. (similar to the outlook UI)

I am trying to avoid building from scratch given it seems like a generic component. My backend is asp.net-mvc but I guess that shouldn't really matter

it would look something like this:

enter image description here

like image 539
leora Avatar asked Apr 08 '12 01:04

leora


2 Answers

I recommend this plugin - it was helpful to me.

https://github.com/collective/jquery.recurrenceinput.js

like image 78
Robin Maben Avatar answered Nov 08 '22 22:11

Robin Maben


Check this one

http://sourceforge.net/projects/jqeventcalendar/

wdCalendar is a javascript event calendar, which is like google calendar

like image 26
Swathi Avatar answered Nov 08 '22 23:11

Swathi