Issue 2363: Duplicate title
Status:  WontFix
Owner: ----
Closed:  Nov 2014
Reported by ode...@gmail.com, Nov 18, 2014
When creating a new calendar if nothing is specified for the left header then a duplicate title (Month Year) is shown on the left. See fiddle below;

http://jsfiddle.net/kps0uk7j/1/

$('#calendar').fullCalendar({
  header: {
  // left: if this option is not specified then the title will be shown to                                        //the left AND center 
  center: 'title',
  right: 'month,agendaWeek,agendaDay'
},
...
Screenshot from 2014-11-18 20:35:20.png
85.8 KB   View   Download
Nov 25, 2014
Project Member #1 adamrs...@gmail.com
this was by design, so that you could easily override one section of the header area while keeping the defaults for the others. I still think this behavior is the best.

You can set `left` to '' (a blank string) and you will get the behavior you want.
Status: WontFix