Link: prisma/prisma#4650 Documentation: https://www.prisma.io/docs/guides/general-guides/database-workflows/cascading-deletes/postgresql#92-validating-cascade
Because the relation of CalendarEvent to Calendar is not optional, we can't delete the calendar even if it would cascade delete the events.