Hello, I generated a Calendar application but when I test it and I create a new record, the record is saved on the database but does not appear on my calendar
Hello Adriana.
Check if the id field is unique. Also check if the description and comments fields have content or are NULL. Empty strings are not treated correctly.
Juan
Hi Juan! I checked both and I do have the ID as unique and y made the test filling out all my fields and still the record is not appearing
Hi Adriana. Try to stablish the minimun fields that the calendar application needs and fill out all the fields with valid data.