Posts by anderson • 1 point
1 post
-
-1
votes1
answer541
viewsA: Editing fields in event modal with Fullcalendar + Javascript
take a look at the documentation in eventRender, I include custom fields like this: eventRender: function(event, element, view) { if (event.allDay === 'true') { event.allDay = true; } else {…