Most voted "fullcalendar" questions
Fullcalendar is a jQuery plugin that provides a calendar
Learn more…122 questions
Sort by count of
-
15
votes3
answers19149
viewsLeaving Fullcalendar in the English language
Hello, I downloaded a template fullcalendar of Adan Shaw, only that the standard language is English, I would like to leave it in Portuguese. How do I make this change? Thank you.…
-
5
votes1
answer572
viewsdayClick Fullcalendar
You can avoid opening the prompt(modal) insertion of new event to the click on in a day on the monthView? I managed to make it go to the date clicked on agendaWeek but he keeps opening the prompt…
-
5
votes1
answer742
viewsDifficulty performing data CRUD with Fullcalendar and Django/Python
I’m trying to use the FullCalendar in my project Django and I’m having a hard time doing the data crud. I would like everything to work on the same screen, that is, when the user selects dates in…
-
3
votes2
answers1545
viewsget the date in fullcalendar’s select event
I’d like to know how to get the value of data by doing the select of a day in fullcalendar select: function(start, end, allDay) { start = $.fullCalendar.formatDate(start, 'yyyy-MM-dd'); alert('Valor…
-
3
votes2
answers233
viewsJavascript Date
I have a date in the following format: 1424102400000 , that is, an integer value. (I don’t know how to say the name of this format). I need to convert it to a value presentable to the user, so far…
-
3
votes1
answer1596
viewsFullcalendar Javascript events with PHP
How do I save drag between days or drag hours? How to make so that when clicking on a day it opens a registration page with the day I clicked selected so that I can enter a description and the start…
-
3
votes1
answer639
viewsShow week only with Fullcalendar events
The Fullcalendar has the button of Prev and Next that advance and return the weeks, if it keeps advancing it goes showing the weeks infinitely, if it returns also. I need a function that allows…
-
3
votes1
answer599
viewsFullcalendar displayed in wrong time
I’m implementing the FullCalendar in a project, I inserted some Events in the database and return them via Json. But when displaying them on the screen, they come with the correct time date, but the…
-
3
votes1
answer256
viewsSend id by URL to full Legend
I use Full Calendar to display an agenda on my system, but I’m not able to send a id through the url of the file that mounts the json with the dates, and need this to filter the events that are…
-
3
votes1
answer283
viewsFullcalendar does not display the event according to schedule
I’m working on a project with Fullcalendar, and I’m not being able to show the events correctly in their respective schedules. I feed the calendar with a Json (PHP system): [ { "id":"13",…
-
3
votes2
answers304
viewsHow to get components beyond the standards in Fullcalendar?
I would like to know how to get other components (besides id, title, start and end) in Fullcalenda. I have a table, in the database, which has several fields such as status, responsibility,…
-
2
votes1
answer474
viewsClear fullcalendar background
I’m using the fullcalendar to a system where the user clicks on a day to mark an agenda. I need to leave the background of the day clicked with a certain color and this I found in the documentation…
-
2
votes1
answer211
viewsjQuery Datapicker error page with Ajax
I am finishing a registration page and realized that jQuery Calendar after loading for the second time does not work. $(function() { //Mascaras para Calendário.... $(…
-
2
votes1
answer3086
viewsFullcalendar fetch data from php database
I’m generating a calendar for a website, and I’m obligated to use the tool fullCalendar. The point is to fetch the events by php from my database. In js, the data is listed in the following…
-
2
votes2
answers1247
viewsChange the color of a specific time slot in Fullcalendar
I’m working with the view scheduleDay on Fullcalendar. I have a function that blocks when the user clicks on specific time slots on specific days (these values are recorded in the bank). I wonder…
-
2
votes1
answer1390
viewsHow to remove events from Fullcalendar?
I’m wearing this: eventClick: function (calEvent, jsEvent, view) { $('#calendar').fullCalendar('removeEvents', event.id); }, My database has: id, title, start, end, username that I tried to change…
-
2
votes1
answer1093
viewsTake a div’s height and apply it to another div
I’m using the excellent Fullcalendar plugin to add a calendar to a page on the site I’m doing. It is very dynamic and the plugin calculates its size as soon as the page is loaded, keeping its size…
-
2
votes0
answers120
viewsInsert new event according to the day of the week
I wonder if it is possible to insert a new event, only according to the day of the week, ignoring the days of the month. So far, I managed to insert new events in run-time, but only passing the date…
fullcalendarasked 8 years, 8 months ago PlayHardGoPro 213 -
2
votes1
answer451
viewsCreate Fullcalendar events filter
Good morning, I would like to know how to create a filter in a dropdown that will return me certain events. An example is this: http://www.mikesmithdev.com/demo-fullcalendar-with-event-filtering/,…
-
2
votes1
answer432
viewsFullcalendar duplicating record inserted into database
I’m using the fullCalendar to register for events. But the following happens, if I click on a specific day appears a modal with form for me to save the data in the database, so far so good it…
-
2
votes2
answers2476
viewsAdd event in Fullcalendar dynamically
I have a list of teachers, within each teacher, I have a sublist of subjects. I need to create something like a "weekly calendar" for every time I select a teacher, I show his subjects on the weekly…
-
2
votes1
answer312
viewsDoubt when returning string json to Fullcalendar event
I have a question. I’m using Fullcalendar on a project. I can display the data registered in the database normally. My problem is in the eventClick: did so: var date = new Date(); var d =…
-
2
votes0
answers118
viewsError with fullcalendar Javascript
I’m trying to import the fullcalendar in a project, I’m using the Gulp to automate imports. However, when I set out to import fullcalendar I come across this error on the console:…
-
2
votes1
answer707
viewsCreate links to events created in fullcalendar and open in a Bootstrap modal
Colleagues. I am using Fullcalendar in an application and the events managed to register using PHP/Mysql. However, I would like to link to these events that appear on the calendar and when clicking…
-
2
votes1
answer52
viewsSQL error in fullcalendar connection
My code is returning false, I’ve debugged but I can’t find the error he returns "There was some problem.." <!DOCTYPE html> <html lang="pt-br"> <head> <meta charset="utf-8">…
-
2
votes0
answers125
viewsHow to create a view in a Django project with Python? I’m having errors
I’m a beginner in Django. I’m continuing a ready-made project in Django. I’m looking to add a schedule to the project using Full Calendar. For this I already developed the template with the html…
-
2
votes1
answer1317
viewsBootstrap jQuery UI completion in the background
I’m making an autocomplete with jQuery UI and it’s working as it should, but the list of autocomplete is "below" the modal, image below to see.... When the letter "A" was typed in the "patient" form…
-
1
votes1
answer1211
viewsAdjust Fullcalendar to initially display the week tab and not by month
Personally I have very little knowledge in js, but I’m kind of trying to adjust the fullcalendar to a system I’m creating. I need that instead of it initializing directly for "month", I would like…
-
1
votes1
answer397
viewsCorrections in Fullcalendar
I am trying to adjust the display position of the content within the first , the one that shows the Month/Day. I would like it to be displayed as: Day/Month, Ex: 23/08. I searched, but my lack of…
-
1
votes1
answer904
viewsHow to recover all the events that are in Fullcalendar?
I have a page that has a list of events that can be dragged to a Fullcalendar. After dragging all my events to Fullcalendar and clicking the finish button I want to get a list, or something like…
-
1
votes0
answers66
viewsFullcalendar remove Ajax/PHP event
I am trying to use the removeEvent method in my calendar and send data in ajax to delete the event from my database. eventClick: function (calEvent, jsEvent, view) { $.ajax({ url:…
-
1
votes1
answer6757
viewsnew Date() without time zone
I have to send a date javascript for my controller through the FullCalendar. In my action, I’m getting one DateTime and need to send through the javascript file with the new Date(minha_variavel).…
-
1
votes0
answers706
viewsFullcalendar - Display event date only
Does anyone know if in the Fullcalendar can only show the date of events in the calendar. As it appears in the image example below.…
-
1
votes0
answers133
viewsError setting Jquery Fullcalendar property when user changes date
I need to change the property minTime of vision agendaDay of FullCalendar dynamically, as the user changes the date. I’ve tried the following: dayRender: function(event, element, view) {…
-
1
votes1
answer358
viewsDisable event scheduling by fullcalendar
I have a program and have to schedule events by month and by week, I am using the jQuery fullcalendar, I would like to disable the scheduling of events by month. And schedule just for the week.…
-
1
votes1
answer541
viewsEditing fields in event modal with Fullcalendar + Javascript
Good afternoon staff I am creating a simple schedule using the plugin Fullcalendar, I’m already with almost everything ready, but now I need to click on the desired event, the information of the…
-
1
votes1
answer130
viewsRecover all events using Fullcalendar
I need to retrieve all events from my calendar and then recover every day that have an event. I’ve already tried $("#calendar").fullcalendar("getSource"); but Iss doesn’t work…
-
1
votes1
answer508
viewsFullcalendar month and current year
Good evening to all, I need to know if there is a way to catch the month and the current year of FullCalendar, when we click on go or go back. I couldn’t figure out which event fires when I click…
fullcalendarasked 7 years, 2 months ago edson ferrari 123 -
1
votes2
answers642
viewsChanging the functioning of Fullcalendar
Good evening, I’m changing the operation of the Fullcalendar template https://fullcalendar.io/js/fullcalendar-3.7.0/demos/agenda-views.html, to suit what I need. By clicking on the link, you can see…
-
1
votes1
answer215
viewsHow to keep user view choice in fullcalendar
I have a system that uses the fullcalendar , depending on what the user is currently using it prefers a type of visualization, for example month, depending on what he is doing he prefers another…
-
1
votes1
answer529
viewshow to open events in fullcalendar
good night, I am using fullcalendar, but I can’t open the event, just present it in the agenda. How do I fix it in the code? $(document).ready(function() { $('#calendario').fullCalendar({ header: {…
-
1
votes1
answer126
viewsI would like to know how I can make a select with every Friday of the year in mysql for example
I’m developing a calendar, and it will be used to schedule meetings. There are sectors, such as the T.I sector, which meets every Friday from 9:30 to 11:30, throughout the year. I need to somehow…
-
1
votes0
answers95
viewsPlace details by clicking fullcalendar events
I’m making a calendar for periodic intervention events. So far I managed to show the details of the dressings, in case count as title "curative" otherwise opens the details(general). but I have 3…
-
1
votes1
answer476
viewsProblems with Jquery Fullcalendar dates
I’m having trouble with the save dates at the bank. In order for me to save the date it should come like this: 2017-01-09 19:39:12 But she’s coming like this: Thu Jan 05 2017 00:00:00 GMT+0000 The…
-
1
votes2
answers319
viewsAdd title when hovering over event
I need that when passing the mouse I can see the name of the event, at the moment if the name is too big I can not see, as in the example below: I’m using the fullcalendar to manage my event…
-
1
votes1
answer566
viewsView fullcalendar codeigniter events
Hello! I want to retrieve the events from the database and display them in the calendar. Can you help me to do this? So far I have the following codes: Model: Public function obter_noticias() { $sql…
-
1
votes1
answer116
viewsDo not colorize current date with Fullcalendar
I have a schedule in fullcalendar, and I’m trying not to color today.. note that it is in light yellow (Mon 1/4) Any hint?…
-
1
votes1
answer404
viewsFullcalendar C#
I would like to open a modal when clicked on a day in the calendar. script: <script> $(document).ready(function () { $('#calendar').fullCalendar({ header: { left: 'prev,next today', center:…
-
1
votes1
answer40
viewsDon’t you get full id?
I have a well structured code of fullcalendar where I can do anything but one thing. When I press the event, i wanted it to delete and remove from calendar. It deletes from database but does not…
-
1
votes2
answers634
viewsFULLCALENDAR - bring events
We have in the Fullcalendar configuration the part of bringing the events in json form, I follow the following model: $('#full-calendar').fullCalendar({ events:{ url:…