Questions tagged [fullcalendar-3]

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

381 questions
0
votes
2 answers

FullCalendar After eventLimitClick

I am loading tooltips on my events; however, the tooltips don't seem to work inside of the "eventLimit" popover. I have tried re-initializing the tooltips on the click event, but the click event occurs before whereas I need to re-initialize the…
user1477388
  • 20,790
  • 32
  • 144
  • 264
0
votes
0 answers

Fullcalendar center mouse cursor on event while dragging and scrolling together

There is a way to center the mouse cursor pointer on the event while dragging and scrolling together ? I want it to behave like its working on google calendar :) When I drag and scroll, the mouse cursor is getting out of the event box and the user…
Gal Koren
  • 73
  • 1
  • 10
0
votes
1 answer

How to show events by category using fullCalendar

I am using fullCalendar 3.9.0 to list activities and events for a membership org. They categorize their events as Social, Workshop and Project These events are displayed with the Month view. FYI, I am using Adobe BC Events are defined as an array…
Marius
  • 3
  • 2
0
votes
1 answer

Fullcalendar: save external events immediately in SQL db

I searched Stackoverflow for an answer to my question: How to save dropped external events immediately to the database. Adding and updating events through the dialog works fine. Dragged external events are rendered fine. This is the code I use in…
leof
  • 25
  • 1
  • 7
0
votes
1 answer

gotoDate() not functioning

I'm struggling to understand how to implement gotoDate properly. The documentation specifies a string based command structure (like so: .fullCalendar( 'gotoDate', date )), but does not specify an appropriate approach when the constructor contains…
user7858150
0
votes
0 answers

FullCalendar 'rerender' with subscription

How do I rerender FullCalendar when subscribed to an event? BTW, the code below works perfectly. If there is new information, although it does load, it does not get displayed until you refresh the page. is there a way to make this live &…
Jose
  • 370
  • 1
  • 4
  • 14
0
votes
0 answers

Is it possible to overwrite fullcalendar range filter?

I'm implementing a full calendar IO custom view. I load the events via an API call, the number of events I get back is correct. But when calling the "callback(events)", fullcalendar implements a "range" filter on the data. My problem I need to…
Phoenix
  • 156
  • 10
0
votes
1 answer

FullCalendar - How to show specific number of upcoming events in list view?

I'm using FullCalendar to display a list of events from a Google Calendar. What I need is a list of the next 3 events, regardless of the day they are on. The only option I found so far is to set the amount of days…
0
votes
0 answers

Is there a way to pass extra params to fullcalendar select callback?

I am using fullcalendar library for the calendar feature. The problem I am facing currently is to pass extra argument to 'select' callback. $('#calendar').fullCalendar('select', new_start_date, new_end_date); I am having trouble passing in…
0
votes
0 answers

FullCalendar rendering collapsed

I am trying to instantiate a FullCalendar, but when it initially renders, it show up empty/collapsed, like this: When I try inspecting the element, it looks like the content should be there. If I do anything that resizes the window or click any of…
Stephen Gheysens
  • 293
  • 2
  • 12
0
votes
1 answer

FullCalendar Date Text Color Not Changing (Not Event Text)

I am using fullcalendar (version 3.6.2) and have set bootstrap3 as the themeSystem. Upon user triggers some calculation, I would like to update the calendar. A certain date would have new background colour (e.g. DarkRed) and the text colour (of…
Terence
  • 131
  • 2
  • 9
0
votes
0 answers

Orchard CMS or Other Calendar

I am working on a site and we need a calendar exactly like on this page: http://www.houseofblues.com/concert-events The site seems developed in Orchard CMS, do you know which type of plugin, module they are using for calendar? From where we can get…
0
votes
1 answer

Anchor links not working in Week & Day view in FullCalendar

I am using FullCalendar 3.5.1 My events are rendered through eventRender by injecting some links on the event data. These links works on Month view. But when I switch to Week or Day view, those links are un-clickable. I have put a jsfiddle here…
CFML_Developer
  • 1,565
  • 7
  • 18
0
votes
0 answers

FullCalendar 3.5.0 GoogleCalendar events not calling loading callback

I think I found a bug in fullcalendar.io version 3.6.1. When using a google calendar event source, the loading callback is not getting fired. It looks like there are calls to this.calendar.pushLoading(); in fullcalendar.js right before the return…
0
votes
1 answer

Is there possible to add a moreLink to display all events in a popup regardless the space available in the dayCell?

I am trying to add a moreLink in full calendar on each day i have events and in the more link i want to force displaying all the events on that day! this is the solutin i choose because the title of the events are very long and do not fit in a…