I need to show the nombre of an event but I do not know how to apply it in this case, I use fullcalendar and I want to show me the nombre of holidays, currently with código only shows the day with colors depending on...
How can I repeat events in FullCalendar for example: 2018-1-1 and repeat it in 4 days 2018-1-5 and show the two events (2018-1-1 and the other event 2018-1-5) on the calendar.
I'm trying to create a calendar like the following with fullcalendar:
but when trying to do it with angular I get this result:
ngOnInit() {
this.calendarOptions = {
editable: true,
e...
I'm creating an application with laravel and fullcalendar and I want to create a new event when I hit a button and let it see immediately, I could make it create it without problems, the question is that it is not updated until it recharges the...
I am using full calendar and php to fill it with events, I recive a form that I made a date and a start time and an end time, what I want to do is program it so that if I set as the initial time 8:00 am and end time 1:00 pm for example I do beli...
I would like to know how I can do to select the full week from a particular day in fullCalendar.
It occurs to me through the dayClick event, the subject that until now I have only been able to obtain the day, but I would like to know the whole w...
Good I need for javascript or jquery know if you have clicked or clicked on the day button week or month of fullcalendar.
already the fullcalendar works is created dynamically from javascript adds events etc. in the there are at...
I'm doing a School Schedule, but I need it to only be fixed for one week , so it does not have to be repeated every week
I do not know if it is a specific function of the library, or in what way I can leave the week fixed. Greetings thank...