Hi
Using demo 2 in HTML. Where are the events seeded from? I want to use the calendar and add events from JSON.
Thanks
if I just want to save an event in just one day? I mean, wordle game the start and end date is always the same, without having to put another date as an end
Hi,
The Fullcalendar events are stored in the example JS script that we used to initialize the calendar:
src/js/custom/apps/calendar/calendar.js
Regards.