I’m using fullcalendar 1.6.3 along with Drupal 7 (thus the need, for now, to be back on 1.6.3). I have some code that I’d like to run every time the view of my calendar changes (via ajax requests) — forward or backward in time, or between month/week/day view. Based on some tests, I could do …
Tag: fullcalendar
FullCalendar – Only display ‘allDay’ slot when in agenda view (weekly or daily)
My application only deals in full day events, so I’d like to be able to only display the allDay section for agendaViews. See screen shot below. I want to hide the areas highlighted in red. Calendar widget: http://arshaw.com/fullcalendar/ Screens: Answer You overcomplicated it. Check the basicViews, http…
FullCalendar.js adjust header for mobile
I am using responsive styling in a project that uses the fullcalendar.js. Unfortunately, I can’t get the style of the header (fc-header-left, fc-header-center, fc-header-right) to stack on each other when in mobile view. For example… in desktop view it looks like… fc-header-left fc-header-ce…
FullCalendar event title only allowed One Line
How to make the event title in fullcalendar only one line even the title is long. By default, it is display full title, I wish to make it nice like Google Calendar. Answer Look in your css file for the following entry: and modify it like this
How to get selected month in jQuery full calendar?
We are using jQuery full calendar for displaying events from database. I need to display the events below the calendar according to user selected month onchange. I can get data according to event date but I can’t get user selected month in jQuery calendar. This is the calendar function I am using, I nee…
How to disable event links in FullCalendar when using Google Calendar feed?
I am using FullCalendar library to load events in my calendar from Google Calendars. Unfortunately after events have been added to the calendar, they are clickable. When you click on the event you are automatically redirected to the Google Calendars page to view that specific event, or if you have enaught acc…