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 Not Sorting events of days in correct order
I am working with full Calendar and passing this array to full calendar
[{"id":"11589","slot":"Morning",start: "2019-07-18T06:00:00",end: "2019-07-18T09:00:00"},{"id":"11590","slot":"Afternoon",start: "2019-07-18T00:00:00",end:…

user3653474
- 3,393
- 6
- 49
- 135
-1
votes
1 answer
Is it possible to email listWeek
Is it possible to send output to email instead of
after a full night, surfing the web, i cant find the solution, i'm no jquery programmer, so i realy hope some one can point me in the right direction
$(function()…

Steefman
- 3
- 1
-1
votes
1 answer
show event in fullcalendar with json.parse (SyntaxError: missing : after property id)
Show events in the calendar after the loading screen.
events: {
JSON.parse(get_data());
},
CONTROLLER all is ok no problem here expept for the JSON.PARSE
$calendar = array();
foreach($data_calendar as $key => $val) {
$calendar[] = array(
…

G Ramos
- 3
- 1
- 7
-1
votes
1 answer
Full calendar eventClick is not refreshing and stacking up the clicks
Whenever i try to change the title, it works fine for first time but if i try to change the title of another event without refresh, both previously changed event title and present event title gets changed.
Below you can find posted the custom…

Rohit Gowda
- 41
- 13
-1
votes
1 answer
fullcalendar fc-highlight covers fc-event-container background-color
using FullCalendar 3.9.0 when you click on a day in the calendar that is the same week as a day that has a background colour assign, the highlight div for the row covers the fc-bg div.
when week is selected:
background hidden
Standard…
-2
votes
1 answer
Fullcalendar plot error
may I ask and need your help also. I am using a full calendar plugin latest version of v3.8.0. I create an event which is the start date is 2018-01-16 23:59:00 and the end date is 2018-01-17 08:00:00 (11:59pm - 8:00am) . The event is plotted only on…