Questions tagged as 'fullcalendar'

1
answer

Mark all day in Full Calendar

I am using the FullCalendar plugin, in which I show the attendance records of the users but only faults (Red) and delays (Yellow) , I show only the data per month:  In what I have doubts is how to fill the whole picture with a single color,...
asked by 16.11.2017 / 18:46
1
answer

Reload Fullcalendar Events

By pressing the "btn_insert" button, once the data is saved, I need the events to be updated, and for that I am using .fullCalendar ('refetchEvents') that should reload the events, but it does not and I do not know why. I leave the code. This...
asked by 27.09.2017 / 17:21
1
answer

Show events in fullcalendar through JSON

I'm just learning to use the bootstrap fullCalendar and after searching for the solution I could not find it, my code is as follows: script $(document).ready(function() { $('#calendar').fullCalendar({ header: { left: 'p...
asked by 10.05.2017 / 07:12
1
answer

apply eventRender in fullcalendar

Good, I'm starting to use fullcalendar in my project so I do not know enough yet. my problem is this: I am bringing several data in JSON format to my fullcalendar, but only one of them, I need to apply the editable property: true, and also the e...
asked by 15.02.2017 / 01:06
0
answers

how to edit an event with eventdrop from fullcalendar and ajax?

I am creating an application and I need to be able to move the events of the fullcalendar and edit them, the code to edit it and it works, the problem is that when moving events and canceling them, you save the id of the canceled events and edit...
asked by 26.12.2018 / 14:20
1
answer

Select Start Date - End Date FullCalendar

Good afternoon, my question is this: When I click on "Open calendar" I need to obtain a start date and an end date and store them in a separate hidden input each, and once the calendar is selected it is done disabled What would lead to control t...
asked by 01.12.2017 / 18:45
0
answers

FullCalendar V2 | V3 - Restrict the selection to a single frame

Hi, one help please, I'm using the jquery plugin FULLCALENDAR. And through the documentation I have managed to make some adjustments for my use. What I have not been able to do is for example: That if I have the calendar set up so that each f...
asked by 20.06.2017 / 21:08
0
answers

Full calendar, a button to update events

I'm trying to make full calendar refresh the data by a button, I enter the records in a separate form, but when I enter the calendar I have to press F5 in the browser to show the Last events entered, I tried with this code javascript...
asked by 02.02.2017 / 10:16
1
answer

How to validate the increase of days with FULL CALENDAR?

With the documentation of fullcalendar I have taken the following function: eventResize: function(event, delta, revertFunc) { var id = event.id; var fi = event.star...
asked by 05.06.2017 / 18:47
1
answer

fullcalendar how to generate a calendar by organizing the days

I am working with the fullCalendar library and I would like to organize the days of the week following the following pattern. That means that every hour of the day is subdivided into 3 parts. Is it possible to carry it out?. I just s...
asked by 22.11.2018 / 19:05