Questions tagged as 'fullcalendar'

0
answers

Fullcalendar put image in different sql

I have a calendar of API FullCalendar , it pulls events from the database, so quiet, it pulls right, but for every sql , because the information is from several different tables, I would like a different image. That's the way it is t...
asked by 13.01.2017 / 17:02
1
answer

Custom data in full calendar jquery

I need to load custom data into full calendar jquery , such as id of that event. I tried to do this: title: '{{$reuniao->TXT_TEMAX_REUNI}}', start: '{{$reuniao->getStart}}', allDay: true, id: '{{$reuniao->COD_IDENT_REU...
asked by 10.01.2017 / 20:26
1
answer

Problems with dates FullCalendar Jquery

I'm having trouble with the save date in the bank. So that I can save the date should come like this: 2017-01-09 19:39:12 But it's coming like this: Thu Jan 05 2017 00:00:00 GMT+0000 The configuration of my fullcallendar looks like thi...
asked by 09.01.2017 / 23:50
0
answers

AdminLTE2 + Fullcalendar - problem integrating both

Good afternoon, how are you? So I'm developing a small system with Codeigniter, and for that I'm using the AdminLTE template, and now I'm creating the calendar + calendar part and for this I'm using Fullcalendar $this->template->set('t...
asked by 01.02.2017 / 18:11
0
answers

Error registering FullCalendar event

I'm having a little problem with the FullCalendar plugin, the following is happening. When I click on a date to save a certain event a modal appears for me to register, but if I leave without saving and click on another day it saves 2 records...
asked by 19.03.2015 / 14:03
1
answer

FullCalendar with strange behavior when displaying events in the "Month View" ending before 9 o'clock

FullCalendar has a default behavior for month view that ignores event endings when they end before 9am, for example: Week view: (ending before 9am on day 4) AsshowninMonthview: Week view: (ending after 9am on day 4) AsshowninMo...
asked by 06.12.2014 / 00:35
1
answer

How to access a json with jquery being passed by php [closed]

I am passing a json to my view and I need to play it inside full calendar events, but I do not know how to access this json through my URL In my localhost the route of the view that receives json is this " link " $(function() { $('#c...
asked by 17.04.2018 / 04:47
1
answer

error in full calendar

I have a complete calendar and when I change the language to Portuguese, it returns me this error. Uncaught TypeError: Can not read property 'defineLocale' of undefined $('#calendar').fullCalendar({ header: {...
asked by 14.11.2017 / 18:22
2
answers

Hide end time of an event in fullcalendar?

No% of events appear at start and end time. Is there a way to show only the start time?     
asked by 17.10.2017 / 16:18
1
answer

How to Color Events in FullCalendar?

Coloring I can, but I need to colorize when selecting the vendor X, How to color different events in fullcalendar? based on an option ... example: I have 3 sellers, I want each seller to have his own color when clicking on the day to register an...
asked by 16.06.2018 / 19:36