Calender add event

Hi, it seems that the settings to add events in the calendar are missing by clicking on the days, it is only possible to open the display page and its modification

1 Like

Sounds like you want to add a new event by clicking in the calendar? That could only work if the event title and a single date were the only data involved. But the calendar only renders data from the database- and there are other fields involved.
Here’s how I set it up. I have an events table with id, title, category, start date, start time, end date, end time, background color. Let the app generate the pages. Then edit the design of the list page to add the calendar to a new row above the list table. Then you have a page with a nice events calendar having an Add Event button at the top, and the details table below.
Hope this helps.