5
You can avoid opening the prompt(modal)
insertion of new event to the click on in a day on the monthView
? I managed to make it go to the date clicked on agendaWeek
but he keeps opening the prompt
for insertion of new event.
CODE:
dayClick: function(date, jsEvent, view){
//não abrir o prompt de inserção
//no caso eu quero apenas que vá para a agendaWeek na data clicada
$("#calendar").fullCalendar('changeView','agendaWeek');
$("#calendar").fullCalendar('gotoDate',date);
}
post a piece of code and not just link :D
– Danilo Pádua
Okay, edited out!!!!
– GustavoR.