Questions tagged as 'fullcalendar'

0
answers

FullCalendar does not update automatically when adding an event

Please read the comment in each code. The code of the file that inserts the data is: <?php header('Content-Type: application/json'); $conexion = new PDO ("mysql:host=localhost;dbname=scouts_601_palmira","root",""); if(isset($_GET['id']...
asked by 24.10.2018 / 17:41
1
answer

HIDE A DIV IF A VALUE FROM DB IS NOT OBTAINED IN JS

The following code obtains information from a database and stores it in a respective div of a modal and then displays it on the screen: eventClick:function(calEvent,jsEvent,view){ $('#titulo').html(calEvent.title); Fech...
asked by 04.10.2018 / 15:24
0
answers

PHP ERRORS: Undefined index and PDOStatement :: execute ()

Good evening I need you to please help me with this code since I have tried but I have not been able to give solution. The code of the first doc is as follows: <div class="container"> <div class="row"> <div class="col"&g...
asked by 18.09.2018 / 05:48
2
answers

How can I make fullCalendar remember events?

I have a board with switch that shows or hides the events in fullcallendar, but when I change the month, they are shown again for more than the switch this desactivado , as I can do so that the change of Month record this?...
asked by 16.08.2018 / 18:23
0
answers

Inherit CSS of Object in jQuery

I am using a library called FullCalendar , they have a functionality to drag elements from a panel to add them to the calendar, please look at this example . According to the same example, this function inherits the title of the external car...
asked by 08.08.2018 / 15:53
1
answer

Error updating several clients with Socket.io

I have a calendar (fullCalendar.io), after creating / updating an event, I save in the BD and refresh the calendar: function refreshEvent() { $('#calendar').fullCalendar('refetchEvents'); }; I have no problems with this. I implemented...
asked by 09.08.2018 / 22:06
1
answer

event creation in full calendar throws me an end date (end) with one more day of the account and unnecessary time data

In this picture I show what is going on, I am using fullcalendar in this picture I show the selected days in this sample the first error, the calendar before saving the date is already bringing me a bad data, if I think any date is a...
asked by 06.08.2018 / 17:45
1
answer

change library time obtained by javascript moment per server hour in fullcalendar library

What I have problems with is changing this line of code that brings me the current time of the pc, I need to change it for the server time so that the last day can not be changed by the user, only by me. this is the one that uses javascript...
asked by 10.07.2018 / 23:46
0
answers

It does not show my boostrap modal

I am working with FullCalendar, the problem I have is the following: I have a button to add records, when I press it, it opens the modal, but if I close it and press the button again, I no longer leave the modal left as a line at the top....
asked by 25.06.2018 / 19:30
0
answers

FullCalendar add holidays automatically.

Is there any way to add to fullcalendar, in this case I use the laravel framework, national holidays in an "automatic" way? I know I can create arrays, and I know how to add them, let's say inserting from a button, but I would like to know if th...
asked by 18.06.2018 / 16:37