Questions tagged as 'fullcalendar'

1
answer

Event filter in FullCalendar

I am working with FullCalendar. I keep events and database with this structure: { id: 1, title: 'evento', nombre: 'Juan', start: '2018-09-05', end:...
asked by 21.09.2018 / 12:40
1
answer

How can I add the holiday name in full calendar?

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...
asked by 01.08.2018 / 15:49
1
answer

How do I disable the monthly event movement mode and keep the interaction in weekly?

someone who has ever worked with FUllCalendar, and has been able to disable movable events only for when in monthly mode.     
asked by 13.03.2018 / 17:33
1
answer

How to do Repeat events on fullCalendar [closed]

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.     
asked by 10.01.2018 / 15:27
0
answers

Fullcalendar week view with angular, without hours

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...
asked by 04.01.2019 / 01:31
0
answers

how to refresh the fullcalendar events?

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...
asked by 17.12.2018 / 18:31
1
answer

How to create a cycle that allows inserting hours with differences of every 15 minutes in the database?

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...
asked by 11.12.2018 / 17:39
1
answer

How to select a week cpn fullcalendar

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...
asked by 26.11.2018 / 23:00
2
answers

know when the button is pressed day, week or month in full calendar

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...
asked by 26.11.2018 / 18:44
0
answers

How can I set a week in Fullcalendar Scheduler?

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...
asked by 22.11.2018 / 20:31