Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Recurring calendar control - Jquery

Tags:

jquery

outlook

I am looking for a jquery control to imitate the behavior of outlook's recurring scheduling. I've been looking for for the last few days but have come up with any real result. All the controls I find are calendar controls. Non of them implements the recurrence features.

Sample of Outlook's recurring screen:

enter image description here Thank you

like image 621
vondip Avatar asked Mar 19 '26 18:03

vondip


1 Answers

You would probably have to build a form from scratch. It doesn't look like too formidable of a task.

like image 57
Vidur Avatar answered Mar 21 '26 11:03

Vidur