javascript - How to do recurring event using fullCalendar in node.js and mysql -


i creating scheduling website based on fullcalendar plugin.

we have requirement create recurring events. events repeated on weekly or daily basis.

following example of event trying achieve event name: weekly review meeting day: monday time: 09:00 11:00 repeat: weekly (every monday same time 6 months)

how can achieve that? have tried few options not seem work.

can please logic?


Comments

Popular posts from this blog

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -