Questions about the 3.x branch of FullCalendar. Always use the "fullCalendar" tag in conjunction with this tag.
Questions tagged [fullcalendar-3]
381 questions
-1
votes
1 answer
Full calendar - week view - date and time highlight
How can I highlight specific dates with time in fullCalendar's week view?
In the month view the same result can be achieved using this code:
$('.fc-day[data-date="' + date + '"]').css("background-color", "rgba(143,223,130,0.5)");
In the week view…

princy
- 1
-1
votes
1 answer
How to display FullCalendar calendar based on selected month and year?
I'm quite bad at javascript and jquery. I need help solving this task.
How do I display/show the calendar based on selected month and year from this form.
-1
votes
1 answer
How to integrate the FullCalendar 'v3' library into CodeIgniter4. Throws error 'Undefined variable $data'
I am using CodeIgniter 4. I want to do this Full Calendar, I followed evry step in the tutorial
**ErrorException
Undefined variable $data **
This is my View File
Codeigniter Fullcalendar
-1
votes
1 answer
Laravel 7: Full Calendar not showing events
Please see my code first:
Controller:
public function getHolidays($days, $start_date) {
$date = date('Y-m-d',strtotime($start_date));
$i = 0;
$response = array();
while ($i <= 42) {
$tsDate = strtotime($date. ' ' .'+ '.$i.'…
-1
votes
1 answer
Full Calendar 'SlotDuration' slot shows empty slot at the bottom
I am currently working on full calendar plugin (3.9.0) and I try to show an hour in each time slot , however it shows an empty space at the bottom .I am sharing my code pen which has the issue
enter code here JsFiddle:…

learner
- 29
- 6
-1
votes
1 answer
How to add 30 minutes to startdate in update/delete dialog in fullcalendar 3.10 javascript
In the update window I would like to automatically add 30 minutes to the event start date:
$('#updatedialog').dialog({
autoOpen: false,
width: 680,
buttons: {
"update": function () {
var…

ISO
- 41
- 5
-1
votes
1 answer
Touch Event not working in FullCalendar v.-3.9?
I am using FullCalendar 3.9 version plugin for show Driver events. where click event is working on Desktop view but not in mobile device because on mobile phone touch event works. so how can i bind touch event on calendar and show data.
in…

pankaj
- 1
- 17
- 36
-1
votes
1 answer
Showing Image in FullCalendar Event PopUp Modal
Recently, im working on a fullCalendar which consist of a pop up modal on the events, when i click on one of the events, there will be a modal popping out and showing the user the details of the specific event.
I wanted to add in a function where…

Steve Kush
- 143
- 1
- 13
-1
votes
1 answer
displaying events in agendaFourDay fullcalender not working properly
I am building a shift management web application with fullcalender, I would like it to display like this but instead it's displaying like this . I don't mean the design but the events, I would like it to show the events at the top irrespective of…

Eloike David
- 15
- 5
-1
votes
1 answer
Django date wont work on full calendar date
Hello I have this js script data is coming from django I am using PDFTemplate to generate the html below. Code works properly on hardcoded dates but when I tried to make dynamic dates via object.created
the result pdf shows nothing or dates are not…

denmg
- 360
- 3
- 12
-1
votes
1 answer
how to check Color in fullCalendar
hello i want to check if color has color css('#FF7F50') :
show an alert message i try but no succes can i find someone help
function GenerateCalender(events) {
$('#calender').fullCalendar('destroy');
…

Afifa Ameur
- 1
- 1
-1
votes
1 answer
How to display the event in calendar using codeiginter?
I have display the calendar and the following code is

Jacky
- 771
- 3
- 20
-1
votes
1 answer
Issue with Fullcalendar 3.9.0 version, Month and day value is swapped
I am trying out the FullCalendar 3.9.0 in Salesforce lightning component, when I pass the standard salesforce start and end date it displays on the Calendar in the lightning component but either the moment of fullcalendar js messes it and for…
-1
votes
1 answer
Pull data from SqlServer Database into jQuery Full Calendar using codeigniter3
I am facing same issue from so many days... Previously I worked with same calendar with PHP, but my project is in Codeigniter, so it is not fitted into my project... So now I am working with Codeigniter..
Controller Code
class Calendar extends…

Sowmya Gayam
- 21
- 6
-1
votes
1 answer
link_to specific date in fullcalendar
How can I have a link_to the day when an event starts through a rails link_to?
On one page I have the calendar and on another page I have a table with a list of events like:
- @events.each do |event|
= event.id
= link_to "Today",…

Yshmarov
- 3,450
- 1
- 22
- 41