/*remove cursor pointer from calendar events*/
[class^="fc-"] :not(button) :not(span.fc-icon) {
    cursor: default; 
}

a[class^="fc-"]{
	cursor: default; 
}