Serhioromano / bootstrap-calendar

Full view calendar with year, month, week and day views based on templates with Twitter Bootstrap.
http://bootstrap-calendar.eivissapp.com/
MIT License
3.02k stars 1.29k forks source link

Event Calendar #184

Closed ranjithreddykeesari closed 10 years ago

ranjithreddykeesari commented 10 years ago

I want to develop a calendar which is having dynamic event creation, updating, deleting, and fetching other tables data also is it possible on Boot Strap Calendar

MarceloJoseMacedo commented 10 years ago

yes it is, this calendar is JQuery Full Calendar, you have a lot of events here: http://arshaw.com/fullcalendar/docs/ eventDragStart (callback) eventDrop (callback) eventResizeStart (callback) eventResizeStop (callback)

i hope it help you.

ranjithreddykeesari commented 10 years ago

Thanks for reply.

Sorry to say like this, i don't have that much technical knowledge to write my own based on your documentation. My requirement is users should see list of holidays, vacations, to-do, adding and recurring events. if you have that files please help me to do this.

Thanks in Advance

On Fri, Nov 22, 2013 at 5:09 PM, Marcelo J Macedo notifications@github.comwrote:

yes it is, this calendar is JQuery Full Calendar, you have a lot of events here: http://arshaw.com/fullcalendar/docs/ eventDragStart (callback) eventDrop (callback) eventResizeStart (callback) eventResizeStop (callback)

i hope it help you.

— Reply to this email directly or view it on GitHubhttps://github.com/Serhioromano/bootstrap-calendar/issues/184#issuecomment-29066639 .

Thank You, Ranjith Reddy K

ranjithreddykeesari commented 10 years ago

Thanks for reply.

Sorry to say like this, i don't have that much technical knowledge to write my own based on your documentation. My requirement is users should see list of holidays, vacations, to-do, adding and recurring events and also display events from other database tables also. if you have that files please help me to do this.

Thanks in Advance

MarceloJoseMacedo commented 10 years ago

i think it can help you, this template have any events working. http://www.mafiashare.net/download/gebo-admin-responsive-themeforest-template/

ranjithreddykeesari commented 10 years ago

Wishing you a Happy New year.

Thank You, Ranjith Reddy K

ranjithreddykeesari commented 10 years ago

events: { url: '/myfeed.php', type: 'POST', error: function() { alert('there was an error while fetching events!'); }, color: 'yellow', // a non-ajax option textColor: 'black' // a non-ajax option }

i am fetching events like this one thing i want to add dynamic color for events. I already created color field in database based on that color i want to display events. in the above code color should come from database how it is possible.

On Thu, Jan 16, 2014 at 6:39 PM, Sergey Romanov notifications@github.comwrote:

Closed #184https://github.com/Serhioromano/bootstrap-calendar/issues/184 .

— Reply to this email directly or view it on GitHubhttps://github.com/Serhioromano/bootstrap-calendar/issues/184 .

Thank You, Ranjith Reddy K