Skip to main content

Questions tagged [fullcalendar-3]

Questions about the 3.x branch of FullCalendar. Always use the "fullCalendar" tag in conjunction with this tag.

fullcalendar-3
0 votes
0 answers
24 views

How to vertically reorder events by drag and drop in fullcalendar?

I am using the version 3 of fullcalendar in my PHP project and currently we are already using the drag-n-drop function to change the dates of the events in the non-time-aware views (basicDay, ...
Muriel Rupp's user avatar
1 vote
0 answers
38 views

I created a custom parameter to eventOrder but Fullcalendar separetes allDay from not allDay events

The problem I am trying to solve is to display all events (doesn't matter if allDay true or false) ordering by the parameter I created named 'level'. I created a 'level' parameter for my EventObject ...
Muriel Rupp's user avatar
0 votes
0 answers
18 views

Set different column widths for FullCalendar JS in Resource View

I'm using FullCalendar JS version 3. It doesn't seem to have a feature for setting different column widths for resources in resource view. I haven't found a way of doing it using options. ChatGPT ...
murume's user avatar
  • 170
0 votes
1 answer
65 views

calendar keeps showing the wrong time

I am trying to fix the timezones for the calendar. It sends to the django server the times as an ISO format with the offsets as the timezone that the user selects at the dropdown menu and saves it. It ...
Hoko L's user avatar
  • 67
0 votes
1 answer
204 views

FullCalendar today button

Everyone knows how to change the "today" button to read "Today" with a capital T? Thx! Tried to create my own button recalling the function but I could not find today function. ...
Rodrigo Fernández's user avatar
0 votes
0 answers
42 views

Create Multiple events on same time on each day/date between different start and end date [duplicate]

I'm using Fullcalendar,I have to create an event on same time between start and end date. Here my start and end dates are different but I have to create event on each day/date between start and end ...
MR. OMKAR NIPANE's user avatar
0 votes
1 answer
386 views

Changing Background Color and Text Color for Holidays in FullCalendar v3

I'm currently developing an attendance feature using FullCalendar v3. In addition to displaying event data, I also want to show information about holidays from the API APIHariLibur. If there is a ...
Haschwalth's user avatar
0 votes
0 answers
48 views

How to send intervalStart/End to ajax-File with fullcalendar

i use fullcalendar and have following problem: My ajax_load_projektkalender.php does not get the correct sel_jahr / sel_monat value as the value of cal_enddatum is not correct (especially when ...
Daniel Bäuerlein's user avatar
0 votes
0 answers
105 views

Converting FullCalendar Horizontal Resource Agenda View from v3 to v6

I am upgrading from FullCalendar v3 to v6 and need help converting the horizontal resource agenda view from V3 to V6. In v3, resources were displayed horizontally across the top, but I can't find an ...
Asifkhan Kadiwala's user avatar
0 votes
1 answer
118 views

How to refresh full calendar in js after the db changes?

I gone through many resources and documentation , still i faced only the errors in removing and adding the new events to fullcalendar . Also i tried by using refetch events to refresh , still not ...
Codingtime's user avatar
0 votes
1 answer
56 views

In calendar control renderEvent is not working?

In calendar control after inserting data, I call renderEvent to get recently inserted data. But I have found undefied. #when i refresh browser I get that data but using render I didn't get data. Here ...
Geeta Chauhan's user avatar
0 votes
0 answers
239 views

FullCalendar 3.9.0 - AgendaWeek is plotting the event in a wrong date and time

This is my code: <!DOCTYPE html> <html> <head> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/fullcalendar/3.9.0/fullcalendar.min.css" ...
PinoyStackOverflower's user avatar
-1 votes
1 answer
410 views

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("...
princy's user avatar
  • 1
0 votes
0 answers
52 views

How many total events it will display in Month/week/daily view on the FullCalendar trial version (V3) package

We are using FullCalendar free version (V3). How many total events it will display In Month/week/daily view is there any limit on the FullCalendar trial version (V3) package. We have implemented this ...
krishna A's user avatar
1 vote
0 answers
71 views

All day, multi day event is moved to wrong date on calendar for day view

Event : Product Booking is set to be starting on March 9th, and ending on the 11th, but the calendar displays it as ending one day too early for day view grid. But there's no issue in displaying all ...
Rohan Kabra's user avatar

15 30 50 per page
1
2 3 4 5
26