Skip to content
Advertisement

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://arshaw.com/js/fullcalendar-1.6.4/demos/basic-views.html and have your events only with start date

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-center fc-header-right When mobile I would like the 3 parts of the header to stack on top of

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 need to get user selected month onchange.

Advertisement