Posts by Leonardo Golfeto • 1 point
2 posts
-
0
votes1
answer197
viewsA: Add fields in Fullcalendar
Yes, it is possible, just add in the Json ebject the desired properties, follow an example: events: [{ id: 1, title: 'Evento do Leonardo', start: dataInicio, end: dataFim, color: '0c4873',…
-
0
votes1
answer38
viewsA: I’m not getting the Fullcalendar V4 id
Hello, to work you need to remove quotes from id, just like in the example : events: [{ id: 10, title: 'Meeting', start: '2019-08-01T10:30:00', end: '2019-08-01T12:30:00' }]…
fullcalendaranswered Leonardo Golfeto 1