Questions tagged as 'fullcalendar'

1
answer

Load events Fullcalendar Laravel JQuery

I am working with fullcalendar and laravel, I bring the data from the contractor, since they are shown in the console, but I can not make them appear in the calendar. This is my code: routes.php Route::get('events','EventsController@showEve...
asked by 08.06.2018 / 04:46
0
answers

RFC2822 format error with fullcalendar

I'm making a calendar of events with fullcalendar. I'm trying to use a button to add an event to my calendar, but when it comes to doing it, I get the following error in the console. The piece of code that is executed is the following....
asked by 24.05.2018 / 09:57
0
answers

Problem to visualize the contents of a Column, using FullCalendar

This is a system that allows scheduling the appointments of a local, managed to make it register in the database, however I can not get me to present this information, please if someone has any serious help, for that I'm asking for the last name...
asked by 22.05.2018 / 08:08
0
answers

Error with FullCalendar PHP

Hi, I'm having a problem with loading the FullCalendar. I have put all the code but the following error appears on line 221 Uncaught TypeError: $(...).fullCalendar is not a function I copy the entire code so you can help me. Thanks...
asked by 18.04.2018 / 21:08
0
answers

Problem FullCalendar AgendaDay and AgendaWeek view

I am integrating fullcalendar with Rails. I can insert events and see them in the "month" view, but I do not see the week and day views. this is my js: $(document).ready(function(){ $('#calendar').fullCalendar({ monthNames: ['Ener...
asked by 14.03.2018 / 03:20
0
answers

FullCalendar, Problem with drag of events and edge of the days

I have a section based on a fullCalendar which I use to create and move the dates of the events. The problem I have is that when doing drag with one of the events, the border of the cells and the row where I position the cursor disappear:...
asked by 14.03.2018 / 19:07
1
answer

Drag and Drop events in FullCalendar and update database

What I want to achieve is that when an event is dragged to a different date it is automatically updated in the database. I'm using Fullcalendar Version 3.7.0 This is the code eventDrop: function ( event, delta, revertFunc ) {...
asked by 15.01.2018 / 21:30
0
answers

FullCalendar make it accept AM PM time format with moment.js

Here is my code dayRender:function(diaSeleccionado,dbClick) { dbClick.bind('dblclick',function(){ $('#ModalAdd #event_FechaInicio').val(moment(diaSeleccionado).format('YYYY-MM-DD')); $('#ModalAdd #end').val(moment(diaSele...
asked by 27.12.2017 / 16:49
1
answer

full calendar event description description

Today I am working with Full calendar, I made a small modal window so that when I clicked on an event, it showed me its different data, here is my JavaScript code for the calendar: $(document).ready(function () { $('#calendar').fu...
asked by 09.11.2017 / 17:34
0
answers

Upload data with Ajax to fullcalendar

I am working with a Jquery Plugin called FullCalendar and I intend to send the events from an ajax call but I am super novice with it, I have the following code: HTML: <div id='calendar'></div> JavaScript: $(document).ready...
asked by 18.10.2017 / 21:48