calendar.associate = (models) => {
    calendar.belongsTo(models.User, {
      foreignKey: 'user_id',
      targetKey: 'id',
      as: 'creator',