Most voted "fullcalendar" questions
Fullcalendar is a jQuery plugin that provides a calendar
Learn more…122 questions
Sort by count of
-
1
votes0
answers78
viewsremove element from Full Legend
I have a full Legend that allows me to use the events in other elements outside the calendar, however I would like the default events that comes in the calendar as for example the Prev, next and…
-
1
votes1
answer980
viewsHow to translate the Full Calendar header schedule?
Greetings, friends of Stack Overflow! I’m one step away from completing a schedule using the fantastic plugin Full Calendar, in which I am grateful to exist. However, I am having some translation…
-
1
votes1
answer319
viewsFullcalendar - Block drag and drop when creating new events
Hello, I have a question in drag n drop function in Full Calendar. I am doing a web project and I need to limit the use in some functions, such as limiting the scheduling time (in my case in 1 hour…
-
1
votes3
answers925
viewsPick only the time in Fullcalendar
How do I pick only the time in Fullcalendar? I’m using Fullcalendar to register events. The fields are: Title, Event Color, Date, Time, Description In the database, it is being registered as…
-
1
votes1
answer292
viewsFullcalendar does not appear navigation bar
I am using the Fullcalendar plugin, it lists events correctly but only does not display the navigation bar. in the console no javascript errors appear. Looking at the Element I noticed that the…
-
1
votes0
answers44
viewsFullcalendar can’t make the call
Good evening to everyone I’m using the template limtless in my application But I’m not able to use the part of Fullcalendar I’m trying to use this calendar: Internationalization but I can’t make his…
-
1
votes1
answer876
viewsAngular Calendar 6 - Calendar does not display events on first load
The calendar shows no events on the first load. Only when I trigger any event like clicking the button to change the month-to-week view, for example. I’m using the Angular Calendar 6+ LINK My design…
-
1
votes1
answer139
viewsFullcalendar in Bootstrap Modal
I’m using fullcalendar in the Bootstrap modal, but the colors of the day of the week turn white, but when I take the cursor off the site, the colors turn black. Look at: When the cursor is inside…
-
1
votes1
answer217
viewsfullcalendar error that does not appear calendar when executing code
hello! I created full Calendar with Jscript, but when I am running the code, it appears an error that says full Callendar is not Function. as you can see in the code below var events = []; var…
-
1
votes2
answers115
viewsCheck available vacancies - Codeigniter
Hello, I have two tables : benefits_reserve (id_benefits_reserve, data_reserve, associado_reserve); calendar (id_benefits_calendar, start, color); I’m using fullcalendar, my problem is being in…
-
1
votes1
answer28
viewsI created the function to create calendar and says it does not recognize as fullcalendar function
$(function() { // page is now ready, initialize the calendar... $('#calendar').fullCalendar({ eventColor: 'green', events:events, eventClick: function(calEvent, jsEvent,…
-
1
votes0
answers32
viewsfull Calendar - display data
I’m having trouble displaying information. Follow the code: This is where you should show it: <div class="form-group row"> <label class="col-sm-2 col-form-label">Email do…
-
1
votes0
answers36
viewsHow to include background color in the FULLCALENDAR event?
I’m using the fullcalendar in version 5.5.1, and in the month view the events are shown only with a ball on the side and no background color, unless the event contains the allDay: true. Then he…
-
1
votes0
answers17
viewsFullcalendar ranges
Hello I’m facing a problem with the Fullcalendar library. I’m doing a project in which I use the schedule to organize my classes. I start at 8:00 and I have 40 minutes of class. I stop half day, and…
-
0
votes1
answer190
viewsFullcalendar with strange behavior when displaying events in "Month View" ending before 9 o'clock
Fullcalendar has a default behavior for display on Month view that ignores the end of events when they end before 9 am, example: Week view: (ending before 9am of day 4) As shown in Month view: Week…
fullcalendarasked 10 years ago Paulo 9,980 -
0
votes0
answers1057
viewsInsert Events into database by Fullcalendar
I was wondering if there’s any way I could put some event in the database by FullCalendar, I took the current version and saw that it has a function that it appears a prompt for me to type the event…
-
0
votes1
answer598
viewsAdd json event url in fullcalendar
I’m using fullcalendar, nodejs and Mongoose. I’ve already managed to generate the json file. But when passing the path in the js of fullcalendar, I cannot recover the events. I created a json test…
-
0
votes0
answers508
viewsError when registering Fullcalendar event
I am facing a small problem with the Fullcalendar plugin, the following is happening. When I click on a date to record a certain event a modal appears for me to register, but if I leave without…
-
0
votes1
answer415
viewsCapture the hours in the fullCalendar library
good morning! I am working with the library fullCalendar, and would like help in capturing the hours when clicked on a certain interval. I’m getting a lot of good, the problem is only with the…
-
0
votes1
answer115
viewsCustom data in full Legend jquery
I need to upload custom data to full calendar jquery, such as the id of that event. I tried to do so: title: '{{$reuniao->TXT_TEMAX_REUNI}}', start: '{{$reuniao->getStart}}', allDay: true, id:…
-
0
votes0
answers92
viewsDisplay data at user level
I have an agenda where users will register reminders and tasks, now I would like each user to view only their own tasks. Each task created is already associated to the user as I will be showing…
-
0
votes2
answers64
viewsPrevent the user from extending the event to other days
How do I prevent the user from extending the event to other days without interfering with the date editing? $('#calendario').fullCalendar({ editable: true, // continuar editável! eventLimit: true,…
-
0
votes0
answers182
viewsFullcalendar with Google Integration
Guys, I’ve used this component before in another project, now I was interested in using the integration with the google calendar. Has anyone used Fullcalendar https://fullcalendar.io/ with…
-
0
votes2
answers191
viewsFull Calendar is passing the footer of the site
Enter the code here As shown in the image below, fullcalendar by clicking "more" passes my footer when in fact it should push it down increasing the page height, as with all other screens. Which css…
-
0
votes3
answers428
viewsFullcalendar remember every month
I am working with Fullcalendar plugin with PHP and Mysql. I need to make a reminder remember every month, for example, remember every day 5 a payment. I already googled and could not find.
-
0
votes1
answer78
viewsDrag and Drop Fullcalendar
The documentation of fullcalendar is well summarized and I’m having trouble coding Drag and Drop. Someone could shed some light on how to start this function? eventDrop:function(event, delta,…
-
0
votes0
answers102
viewsDifficulties Asp.NET MVC... window does not appear correctly
I am new to the world of Asp.net Mvc and have had some initial difficulties. I’m trying to develop a calendar but by clicking a day to make an event... the window appears in a strange way, someone…
-
0
votes0
answers163
viewsDrag And Drop - Div overflow: scroll;
I’m using Drag And Drop inside a div with CSS: overflow:scroll. As there are many dice the vertical bar is always active but when trying to drag the elements of this div a horizontal bar appears and…
-
0
votes3
answers789
viewsFullcalendar show hour and minutes
My fullcalendar is displaying the time of events, but for example: 08:00(When is **:00) and when is 08:30 it shows the time with minutes. I wanted to let him show the hours and minutes even when…
-
0
votes0
answers108
viewsUsing themes in fullcalendar
I was seeing some themes for my fullcalendar liked the Bootstrap 4 Litera, I wonder how I apply in my calendar, I know it is through the "themeSystem", but I do not know how I declare the…
-
0
votes1
answer686
viewsI couldn’t translate the Fullcalendar plugin to en. Can anyone help me?
good afternoon. I want to use fullcalendar in web software, but I’m not able to translate into Portuguese. I already imported the en.js file and added a JS script, but no success. Can anyone help…
-
0
votes1
answer197
viewsAdd fields in Fullcalendar
Good evening! I’m looking to develop a task manager for an office staff. I saw some videos about Fullcalendar and saw that in the pattern it accepts the following fields: ID, Title, Start, End and…
-
0
votes0
answers82
viewsView data from an Api in V-CALENDAR Vuetify Vuejs
Hello, I have the following data coming from my api: [ { "id": 1, "start": "2020-12-24 01:00", "end": "2020-12-24 01:30", "comments": null, "createdAt": "2020-12-24T19:37:52.699Z", "updatedAt":…
-
0
votes0
answers102
viewsFullcalendar put image in different sql
Guys I have a calendar of API FullCalendar, he pulls the events of the bank, until there quiet, he pulls well, but for each sql, because the information is from several different tables, I would…
-
0
votes0
answers339
viewsAdminlte2 + Fullcalendar - problem when integrating both
Good afternoon, guys, okay? So I’m developing a small system with Codeigniter, and for that I’m using the template Adminlte, and now I’m creating the calendar+schedule part and for that I’m using…
-
0
votes2
answers185
viewsFull Calendar does not run PHP file
I created an agenda with fullcalendar using this project website, but when I use PHP to get the events from the database, they are not displayed in the calendar, but if I call a json shows the event…
-
0
votes1
answer505
viewsFull Calendar does not respect end date
I created an agenda with using Full Calendar, it displays the events, but does not respect the end date, always ends the event a day before, but only in the display. I don’t know if that field…
-
0
votes0
answers96
viewsModify function return in Fullcalendar
I’m trying to make a script go to my database and return the data through a function. Follows: events: function(start, end, timezone) { // var convert =…
-
0
votes1
answer78
viewsTreat date correctly
I have an agenda where I am using the Fullcalendar library (javascript) and when I click on an event I want more information of this to be displayed so far everything right now I have a field form…
javascript html codeigniter datetime fullcalendarasked 7 years, 5 months ago Felipe Miranda De Lima 195 -
0
votes0
answers116
viewsFullcalendar does not return all records
Good afternoon, I have a problem in fullcalendar, it returns only 7 records from bank, if I put more does not return anything. Someone has gone through this, as do to return more records, need to…
-
0
votes1
answer137
viewsUncaught Typeerror: $(...). fullcallendar is not a Function
I’ve tried everything to do fullcalendar work, my code is like this : @{ ViewBag.Title = "Calendario"; //Layout = "~/Views/Shared/_Layout.cshtml"; } <link rel="stylesheet"…
fullcalendarasked 7 years, 1 month ago Syrio Issa 1 -
0
votes0
answers134
viewsMonths Fullcalendar PHP
Guys I’m using the Fullcalendar together with a query that has some commitments registered in a database, only that I caught a problem that I do not know how to solve I can get Calendar to pick up…
-
0
votes1
answer901
viewsCustomizing the Fullcalendar button
I’m trying to customize the fullcalendar button, but I’m not getting it. I’m using Bootstrap. The fullcalendar CSS code, put after the Bootstrap CSS and before the tag. See the code below: CSS…
-
0
votes1
answer23
viewsI cannot access element (Child) but it exists (fullCalendar)
Using the function eventAfterRender I’m trying to access a child element that exists, but using the function find(), apparently not. Through the console, I can navigate to the child element as…
-
0
votes2
answers625
viewsButton to delete Fullcalendar events - Celke
In the code below, when I click on "Delete event" gives an error that you need to select the event(event ID). Code where events are loaded: eventClick: function(event) { $('#visualizar…
-
0
votes0
answers66
viewsHow do I make a Modal appear when the event is on an existing date in Fullcalendar
I have a system that I am using Fullcalendar for CRUD. It is working OK, but I was attack to a detail that had gone unnoticed. When the user drags a particular event to another date at the same…
-
0
votes1
answer333
viewsShow Fullcalendar events using PHP POO
I’m almost in a Karate Kid position with the notebook because of Fullcalendar :/ The thing is, I’m trying to get the data from a table through Fullcalendar. As I use the procedural mode, it stayed…
-
0
votes1
answer161
viewsEvent back to the previous date when there is an event already registered at the same time
How do I make the user by dragging an event to another date at the same time, return it to the previous date? It already sends an alert if the event is at the same time, but it only returns to the…
-
0
votes1
answer134
viewsWhy is fullcalendar not loading css?
Good afternoon I’m having a little trouble implementing fullcalendar.. it appears all right, but the CSS does not load (I think) Am I making any wrong imports? Or is something missing? Thank you in…
-
0
votes2
answers744
viewsBackground color on calendar specific days and times
I have this calendar as shown in the image: I intended every Tuesday from 2:30 to 5:30 and Thursday from 10:30 to 12:00 to appear with a different background color than the rest of the days. This is…