calendarEvent.associate = (models) => {
    calendarEvent.belongsTo(models.Calendar, {
      foreignKey: 'calendar_id',
      targetKey: 'id',
      as: 'calendar',