Most voted "fullcalendar" questions
Fullcalendar is a jQuery plugin that provides a calendar
Learn more…122 questions
Sort by count of
-
0
votes1
answer227
viewslist Javascript events from a JSON in the Full Calendar (Events) library
I have a variable where stores the result of a JSON through an AJAX request, as below: $.ajax( { url: 'endpoint', method: 'GET', data: { action: 'getAgenda', keyuser: idLess }, success:…
-
0
votes2
answers223
viewsHow to render events in Fullcalendar by specific views?
Imagine the following situation: I have 2 arrays and 2 views in my fullCalendar. In the "list" view I need to render the first array of events, that reflects the select in a view in the database.…
-
0
votes1
answer257
viewsUpdate Fullcalendar on onChange from a select
I have a select html in my page header that lists some people in the database, when one of them is chosen, I take his ID and store it in a JS variable and send this variable by AJAX to my php, where…
-
0
votes1
answer279
viewsSearch in Fullcalendar.js
How to do that when typing a text in the input Fullcalendar.js it filters the content. I’ve tried the eventRender more not succeeded. document.addEventListener("DOMContentLoaded", function() { var…
fullcalendarasked 5 years, 6 months ago Anderson de Freitas Migloranza 155 -
0
votes0
answers46
viewsFullcalendar: "Uncaught Syntaxerror: Unexpected token :"
I have a bad headache. My full Calendar was working perfectly, however it stopped working. It accuses the following error: "Uncaught Syntaxerror: Unexpected token :". Below is the scenario: <!--…
-
0
votes1
answer50
viewsCalling System Parameters using Js for Fullcalendar
Is there any way to define Fullcalendar minTime/maxTime/slotDuration in the odoo system parameters and then with java call these values and implement in the calendar? i.e. Define 3 System Parameters…
-
0
votes1
answer32
viewsHow to change Calendarview minTime/maxTime/slotDuration?
I need to change: Slotduration to '00:10:00', minTime to '08:00:00, and maxTime to '22:00:00' without touching the original code call_calendar_change.xml <odoo> <template id="assets_backend…
-
0
votes1
answer38
viewsI’m not getting the Fullcalendar V4 id
I’m not getting the values when I click on the commitment. I always get "Undefined" Can anyone tell me what I’m doing wrong.? Thank you very much. I made this example in CODEPEN in case someone…
fullcalendarasked 5 years, 3 months ago Eduardo 127 -
0
votes1
answer78
viewsData returned from PHP does not appear in the Fullcallendar calendar
I am trying to list in a calendar (in the form of events), implemented with Fullcallendar, data resulting from a database query. The calendar appears, only the events that should be listed on it,…
-
0
votes1
answer72
viewsSend fullcalendar event data to modal window
I have a fullcalendar with the following events: events: [ { id: 1, title: 'Evento 01', start: '2020-02-06' }, { id: 2, title: 'Evento 02', start: '2020-02-19' }, { id: 3, title: 'Evento 03', start:…
-
0
votes0
answers61
viewsDjango and fullcalendar: the last day of the period is not marked on the calendar
Good afternoon, I’m working on a project to book rooms using Django and fullcalendar. It turns out that the end date of the selected period is not recorded in the calendar. The record stops the day…
-
0
votes1
answer94
viewsFullcalendar Uncaught Syntaxerror: Invalid or Unexpected token in description when skipping line
I’m using this calendar as a basis https://github.com/GabrielpBiu/calendario-de-eventos-php-fullcalendar-mysql In the description there is a textarea. When you jump line and save to the database,…
-
0
votes0
answers14
viewsfullcalendar date start error in google Chrome
Since the day 26 seems to be a fault in the google Chrome schedule. I found this using whatsAppWeb:…
-
-1
votes1
answer57
viewsHow to access a json with jquery being passed by php
I’m passing a json to my view and I need to play inside the full Legends Vents, but I don’t know how to access this json through my URL in my localhost the view path that gets json is this…
-
-1
votes1
answer424
viewsHow to increase fullCalendar time
As it leaves the fullCalendar time period in four period of 15 me each. And how to start the timeline through a finished time. By default the plug comes initialized at 0:00 and end 23:00. Another…
-
-1
votes1
answer574
viewserror in full Legend
I have a complete calendar and when I change the language to Portuguese, it returns me this error. Uncaught Typeerror: Cannot read Property 'defineLocale' of Undefined $('#calendar').fullCalendar({…
-
-1
votes2
answers977
viewsDisable weekend and enable days with Fullcalendar plugin Jquery
I’m using the plugin fullcalendar.js How would you leave disabled weekends and also leave enabled only 15 days counting today’s date? I have this code with the plugin fullcalendar.js JS…
-
-1
votes1
answer402
viewsget id in Fullcalendar
hello would like to know how to get the value of an id in Fullcalendar follows the code. <?php //session_start(); include_once("conexao.php"); $result_events = "SELECT id, title, color, start,…
fullcalendarasked 6 years, 1 month ago jose antonio 1 -
-1
votes1
answer106
viewsHow to play recovered bank values in inputs using Fullcalendar
I’m having a hard time playing recovered values from a bench to fields of a form for later edition, I’ve read the documentation, I’ve looked for examples and even then I couldn’t, I’ve even checked…
-
-2
votes2
answers223
viewsHide final time of an event in fullcalendar?
In the FullCalendar the events will show the start time and the end time. There will be a way to show only the start time?
fullcalendarasked 7 years, 2 months ago I_like_trains 1,430 -
-2
votes1
answer343
viewsHow to color Events in Fullcalendar?
color I can, but I need to color when selecting the seller X, How to color different Events in fullcalendar? based on an option... example: I have 3 sellers, I want each Seller to have its own color…
fullcalendarasked 6 years, 6 months ago The Lélis Designer 1 -
-2
votes0
answers21
viewsI can’t capture a value and present it in a modal
I am including an agenda using fullCalendar in my system, the time has come when you need to present the value of the schedules within a modal, but I followed the step-by-step exactly as it is in…